diff --git a/next.config.js b/next.config.js deleted file mode 100644 index d48c863..0000000 --- a/next.config.js +++ /dev/null @@ -1,9 +0,0 @@ -const path = require('path') - -module.exports = { - productionBrowserSourceMaps: true, - swcMinify: true, - sassOptions: { - includePaths: [path.join(__dirname, 'styles')] - } -}