feat: unsupport edgeless

This commit is contained in:
shinya
2025-08-18 23:04:27 +08:00
parent 4d42043350
commit e8be9a169a
28 changed files with 27 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ import { db } from '@/lib/db';
import { fetchVideoDetail } from '@/lib/fetchVideoDetail';
import { SearchResult } from '@/lib/types';
export const runtime = 'edge';
export const runtime = 'nodejs';
export async function GET(request: NextRequest) {
console.log(request.url);