This commit is contained in:
eric
2026-03-29 03:49:29 -05:00
parent 22061fb3c8
commit 7cab3f27b8
8 changed files with 99 additions and 17 deletions

View File

@@ -29,6 +29,7 @@ const API_ROOTS = new Set([
"android",
"hub",
"youtube_pro_channels",
"tiktok_replay",
]);
export function middleware(request: NextRequest) {
@@ -68,5 +69,6 @@ export const config = {
"/android/:path*",
"/hub/:path*",
"/youtube_pro_channels",
"/tiktok_replay/:path*",
],
};