diff --git a/next.config.js b/next.config.js index 11a2d3b..c027868 100644 --- a/next.config.js +++ b/next.config.js @@ -22,4 +22,5 @@ module.exports = { ], unoptimized: true, }, + output: "standalone" }