This commit is contained in:
eric
2026-03-29 03:35:05 -05:00
parent 895dafc0e0
commit 22061fb3c8
14 changed files with 669 additions and 94 deletions

View File

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