From 72707d9d0871b7f445ff059f4f80c16c13f3095e Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Sat, 6 Aug 2022 20:33:26 +0200 Subject: [PATCH] ja --- next.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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