Openstatus www.openstatus.dev

should fix edge middleware (#115)

authored by

Thibault Le Ouay and committed by
GitHub
cbd49c47 6ca9719d

+1 -1
+1 -1
apps/web/src/middleware.ts
··· 107 107 }); 108 108 109 109 export const config = { 110 - matcher: ["/((?!.*\\..*|_next).*)", "/", "/(api|trpc)(.*)"], 110 + matcher: ["/((?!api|_next/static|_next/image|favicon.ico).*)", "/", "/(api/og|api/ping|api/webhook|api/trpc)(.*)", "/(!api/checker/:path*)"], 111 111 };