diff options
| author | Ve Ka <[email protected]> | 2023-08-06 19:42:08 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-06 18:42:08 +0700 |
| commit | 5ee7be6d016bc82830cd7827d9077e7b9565126b (patch) | |
| tree | 88c1f053a4f5e27f6452111755881e1d12defaba | |
| parent | Update main.yml (diff) | |
| download | moopa-5ee7be6d016bc82830cd7827d9077e7b9565126b.tar.xz moopa-5ee7be6d016bc82830cd7827d9077e7b9565126b.zip | |
Provide compatibility to Dockerfile (#33)
| -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 [ // { |