diff --git a/next.config.js b/next.config.js index 9390b59..a7a54cc 100644 --- a/next.config.js +++ b/next.config.js @@ -10,7 +10,6 @@ const nextConfig = { ], }, swcMinify: true, - output: "export", }; module.exports = nextConfig;