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 d71ca7e..fcf654b 100644 --- a/next.config.js +++ b/next.config.js @@ -20,7 +20,7 @@ module.exports = withPWA({ }, distDir: process.env.BUILD_DIR || ".next", trailingSlash: true, - output: 'standalone', + output: "standalone", // async headers() { // return [ // { |