aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-18 21:02:41 -0800
committerClawd <ai@clawd.bot>2026-02-18 21:02:41 -0800
commit892aafa24413579cb33c3b8c971263d40fa90a1f (patch)
tree92ad05bbbfabe8190f7ea9084817d47d124601c3 /next.config.js
parent8ca69600061ee64f41c1da4372e6dc2915c2f597 (diff)
fix: use standalone output for Docker deploymentmain
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js
index c335cc8..b8838d7 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,6 +1,6 @@
1/** @type {import('next').NextConfig} */ 1/** @type {import('next').NextConfig} */
2const nextConfig = { 2const nextConfig = {
3 output: 'export', 3 output: 'standalone',
4 experimental: { 4 experimental: {
5 appDir: true, 5 appDir: true,
6 }, 6 },