From b97c7be954ba259d91cac550554f1b7c65b67d99 Mon Sep 17 00:00:00 2001 From: Mark Henderson Date: Mon, 16 Feb 2026 14:33:31 -0800 Subject: [PATCH] Add standalone output for Docker deployment Co-authored-by: Cursor --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 83d8424..81123d4 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + output: 'standalone', typescript: { ignoreBuildErrors: true, },