From 25c3c3e5c09408f97d24d35db95c0c82cb4eaf0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E5=85=AE?= Date: Tue, 2 Jun 2026 15:09:58 +0800 Subject: [PATCH] Enable standalone deployment output --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index bbb0989..2761d2b 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import path from "node:path"; import type { NextConfig } from "next"; const nextConfig: NextConfig = { + output: "standalone", poweredByHeader: false, typedRoutes: true, turbopack: {