diff options
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js index fcf654b..f7da518 100644 --- a/next.config.js +++ b/next.config.js @@ -18,7 +18,7 @@ module.exports = withPWA({ }, ], }, - distDir: process.env.BUILD_DIR || ".next", + // distDir: process.env.BUILD_DIR || ".next", trailingSlash: true, output: "standalone", // async headers() { |