feat: unsupport edgeless

This commit is contained in:
shinya
2025-08-18 23:04:27 +08:00
orang tua ed3c4239dc
melakukan 4df244d3a3
28 mengubah file dengan 27 tambahan dan 32 penghapusan
+1 -1
Melihat File
@@ -3,7 +3,7 @@ import { NextResponse } from 'next/server';
import { getAvailableApiSites, getCacheTime } from '@/lib/config';
import { getDetailFromApi } from '@/lib/downstream';
export const runtime = 'edge';
export const runtime = 'nodejs';
export async function GET(request: Request) {
const { searchParams } = new URL(request.url);