diff --git a/next.config.js b/next.config.js index 4ec0a3b..a050541 100644 --- a/next.config.js +++ b/next.config.js @@ -21,14 +21,7 @@ const nextConfig = { VERSION: require('./package.json').version, }, - webpack(config) { - config.resolve.modules.push(__dirname) - return config - }, - experimental: { - reactRefresh: true, - redirects() { return [ {