introduced supabase and experiment management UI

This commit is contained in:
2025-11-18 20:25:00 +01:00
parent ab8b8787a8
commit bf42fe2d60
18 changed files with 978 additions and 176 deletions

View File

@@ -10,6 +10,7 @@ export function proxy(req: NextRequest) {
pathname.startsWith('/admin') ||
pathname.startsWith('/_next') ||
pathname.startsWith('/static') ||
pathname.startsWith('/start-task') ||
pathname.includes('.')
// TODO: add robots.txt and sitemap.xml if needed here
) {