diff --git a/next.config.js b/next.config.js index bd7c6c5..df99cd3 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,5 @@ -// const { createVanillaExtractPlugin } = require("@vanilla-extract/next-plugin"); -// const withVanillaExtract = createVanillaExtractPlugin(); +const { createVanillaExtractPlugin } = require("@vanilla-extract/next-plugin"); +const withVanillaExtract = createVanillaExtractPlugin(); /** @type {import('next').NextConfig} */ @@ -15,5 +15,4 @@ const nextConfig = { }, }; -mpdule.exports = nextConfig; -// module.exports = withVanillaExtract(nextConfig); +module.exports = withVanillaExtract(nextConfig);