feat: show sources in aggregate card

This commit is contained in:
shinya
2025-08-14 22:18:18 +08:00
parent 45bb86830e
commit dde604283b
3 changed files with 101 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import { NextRequest, NextResponse } from 'next/server';
import { getAvailableApiSites, getCacheTime } from '@/lib/config';
import { getAvailableApiSites } from '@/lib/config';
export const runtime = 'edge';