Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharlottes committed Jul 25, 2023
1 parent cd20128 commit d95bfb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ const withVanillaExtract = createVanillaExtractPlugin();

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
webpack: (config) => {
config.optimization.splitChunks = false;

return config;
},
reactStrictMode: true,
};

Expand Down

0 comments on commit d95bfb0

Please sign in to comment.