From 4acec23b93ba71c093e488c51b1866f0137e55d6 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Tue, 13 Jan 2026 01:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=BB=E9=A2=98nextjs?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/api/theme/css/route.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/api/theme/css/route.ts b/src/app/api/theme/css/route.ts index 83de1c3..3a13fc4 100644 --- a/src/app/api/theme/css/route.ts +++ b/src/app/api/theme/css/route.ts @@ -6,6 +6,7 @@ import { getConfig } from '@/lib/config'; import { getThemeCSS } from '@/styles/themes'; export const runtime = 'nodejs'; +export const dynamic = 'force-dynamic'; // 禁用缓存 export async function GET(request: NextRequest) { try {