Skip to content

Commit

Permalink
test: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KRimwoo committed Jun 26, 2024
1 parent ea0f266 commit 75a0eb0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -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} */

Expand All @@ -15,5 +15,4 @@ const nextConfig = {
},
};

mpdule.exports = nextConfig;
// module.exports = withVanillaExtract(nextConfig);
module.exports = withVanillaExtract(nextConfig);

0 comments on commit 75a0eb0

Please sign in to comment.