diff --git a/next.config.js b/next.config.js index df479de9..facada5f 100644 --- a/next.config.js +++ b/next.config.js @@ -4,6 +4,7 @@ module.exports = { ?.map((d) => d.trim()) ?.filter((d) => d.trim()), }, + output: "standalone", reactStrictMode: false, webpack(config) { config.module.rules.push({