From 5987917cfb3e25f8e1c48234c294d9a0c2373bdf Mon Sep 17 00:00:00 2001 From: Jian Wu Date: Fri, 11 Aug 2023 10:58:32 +0800 Subject: [PATCH] standalone output --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index ae88795..b12c595 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,7 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, + output:"standalone", } -module.exports = nextConfig +module.exports = nextConfig \ No newline at end of file