From 5ee7be6d016bc82830cd7827d9077e7b9565126b Mon Sep 17 00:00:00 2001 From: Ve Ka <57703430+Ve-Ka@users.noreply.github.com> Date: Sun, 6 Aug 2023 19:42:08 +0800 Subject: Provide compatibility to Dockerfile (#33) --- next.config.js | 1 + 1 file changed, 1 insertion(+) 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 [ // { -- cgit v1.2.3