diff options
| author | Clawd <ai@clawd.bot> | 2026-02-18 21:02:41 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-18 21:02:41 -0800 |
| commit | 892aafa24413579cb33c3b8c971263d40fa90a1f (patch) | |
| tree | 92ad05bbbfabe8190f7ea9084817d47d124601c3 /next.config.js | |
| parent | 8ca69600061ee64f41c1da4372e6dc2915c2f597 (diff) | |
fix: use standalone output for Docker deploymentmain
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 2 |
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} */ |
| 2 | const nextConfig = { | 2 | const nextConfig = { |
| 3 | output: 'export', | 3 | output: 'standalone', |
| 4 | experimental: { | 4 | experimental: { |
| 5 | appDir: true, | 5 | appDir: true, |
| 6 | }, | 6 | }, |
