diff --git a/next.config.js b/next.config.js index 150ff386..dc7ad3de 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,7 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, - output: "export", + output: "standalone", }; module.exports = nextConfig;