aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVe Ka <[email protected]>2023-08-06 19:42:08 +0800
committerGitHub <[email protected]>2023-08-06 18:42:08 +0700
commit5ee7be6d016bc82830cd7827d9077e7b9565126b (patch)
tree88c1f053a4f5e27f6452111755881e1d12defaba
parentUpdate main.yml (diff)
downloadmoopa-5ee7be6d016bc82830cd7827d9077e7b9565126b.tar.xz
moopa-5ee7be6d016bc82830cd7827d9077e7b9565126b.zip
Provide compatibility to Dockerfile (#33)
-rw-r--r--next.config.js1
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 [
// {