From 7dc17f7109a6b8986ef534c4c2a39933756b314a Mon Sep 17 00:00:00 2001 From: Factiven Date: Sun, 24 Sep 2023 21:46:27 +0700 Subject: Update next.config.js --- next.config.js | 4 ++-- 1 file 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 [ { -- cgit v1.2.3