diff options
| author | Factiven <[email protected]> | 2023-09-24 21:46:27 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-24 21:46:27 +0700 |
| commit | 7dc17f7109a6b8986ef534c4c2a39933756b314a (patch) | |
| tree | 64ccf1d8cd0937bb48aaa9ab6bac62e5b28ca581 | |
| parent | Update package.json (diff) | |
| download | moopa-7dc17f7109a6b8986ef534c4c2a39933756b314a.tar.xz moopa-7dc17f7109a6b8986ef534c4c2a39933756b314a.zip | |
Update next.config.js
| -rw-r--r-- | next.config.js | 4 |
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 [ { |