Skip to content

Commit

Permalink
fix: next config
Browse files Browse the repository at this point in the history
  • Loading branch information
KRimwoo committed Jun 26, 2024
1 parent 9d4404d commit 0b4d8c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { createVanillaExtractPlugin } = require("@vanilla-extract/next-plugin");
const { createVanillaExtractPlugin } =
require("@vanilla-extract/next-plugin").default;
const withVanillaExtract = createVanillaExtractPlugin();

/** @type {import('next').NextConfig} */
Expand Down

0 comments on commit 0b4d8c0

Please sign in to comment.