diff options
| -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 [ { |