diff --git a/next.config.js b/next.config.js index aea67bbb9..09d99c922 100644 --- a/next.config.js +++ b/next.config.js @@ -11,14 +11,6 @@ module.exports = { }, ]; }, - webpack(config) { - config.resolve.fallback = { - ...config.resolve.fallback, - fs: false, // the solution - }; - - return config; - }, poweredByHeader: false, reactStrictMode: true, }; \ No newline at end of file