mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-13 15:53:44 +08:00
feat: Configure adult types API route to use edge runtime.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { NextResponse } from 'next/server';
|
||||
import { ADULT_SOURCES } from '@/lib/api/adult-sources';
|
||||
|
||||
export const runtime = 'edge';
|
||||
|
||||
export const revalidate = 3600; // Cache for 1 hour
|
||||
|
||||
interface Category {
|
||||
|
||||
Reference in New Issue
Block a user