From 082437a96146b101255442754bd3da118a0bc3bd Mon Sep 17 00:00:00 2001 From: kuekhaoyang Date: Thu, 25 Dec 2025 00:00:41 +0800 Subject: [PATCH] feat: Configure adult types API route to use edge runtime. --- app/api/adult/types/route.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/api/adult/types/route.ts b/app/api/adult/types/route.ts index da2ebb7..8ad2aff 100644 --- a/app/api/adult/types/route.ts +++ b/app/api/adult/types/route.ts @@ -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 {