diff --git a/src/app/api/server-config/route.ts b/src/app/api/server-config/route.ts index 8b33681..127bb87 100644 --- a/src/app/api/server-config/route.ts +++ b/src/app/api/server-config/route.ts @@ -6,6 +6,7 @@ import { getConfig } from '@/lib/config'; import { CURRENT_VERSION } from '@/lib/version' export const runtime = 'nodejs'; +export const dynamic = 'force-dynamic'; // 禁用缓存 export async function GET(request: NextRequest) { console.log('server-config called: ', request.url);