From 3583d22cbe22b6476f5a07a4795f236b3709bdc5 Mon Sep 17 00:00:00 2001 From: asgerzhou Date: Tue, 28 Jul 2026 21:05:44 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=90=AF=E7=94=A8standalone=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 66e1566..fdfc499 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ + output: "standalone", reactCompiler: true, };