diff options
| -rw-r--r-- | next.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js index 6d1cf50..d71ca7e 100644 --- a/next.config.js +++ b/next.config.js @@ -20,6 +20,7 @@ module.exports = withPWA({ }, distDir: process.env.BUILD_DIR || ".next", trailingSlash: true, + output: 'standalone', // async headers() { // return [ // { |