aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-09-24 21:46:27 +0700
committerGitHub <[email protected]>2023-09-24 21:46:27 +0700
commit7dc17f7109a6b8986ef534c4c2a39933756b314a (patch)
tree64ccf1d8cd0937bb48aaa9ab6bac62e5b28ca581
parentUpdate package.json (diff)
downloadmoopa-7dc17f7109a6b8986ef534c4c2a39933756b314a.tar.xz
moopa-7dc17f7109a6b8986ef534c4c2a39933756b314a.zip
Update next.config.js
-rw-r--r--next.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/next.config.js b/next.config.js
index b32b625..a354717 100644
--- a/next.config.js
+++ b/next.config.js
@@ -20,8 +20,8 @@ module.exports = withPWA({
],
},
distDir: process.env.BUILD_DIR || ".next",
- trailingSlash: true,
- output: "standalone",
+ // Uncomment this if you want to use Docker
+ // output: "standalone",
async headers() {
return [
{