From 892aafa24413579cb33c3b8c971263d40fa90a1f Mon Sep 17 00:00:00 2001 From: Clawd Date: Wed, 18 Feb 2026 21:02:41 -0800 Subject: fix: use standalone output for Docker deployment --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'next.config.js') 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 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'export', + output: 'standalone', experimental: { appDir: true, }, -- cgit v1.2.3