diff --git a/next.config.ts b/next.config.ts index d48c863..0ff2360 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,9 +1,9 @@ const path = require('path') -module.exports = { +export default { productionBrowserSourceMaps: true, swcMinify: true, sassOptions: { includePaths: [path.join(__dirname, 'styles')] } -} +} \ No newline at end of file