From 75a0eb0aa91ded35b9e514625581ae9779c4924c Mon Sep 17 00:00:00 2001 From: Woorim Kim Date: Wed, 26 Jun 2024 16:35:23 +0900 Subject: [PATCH] test: deploy --- next.config.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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);