Openstatus www.openstatus.dev

fix: verify path

+1 -1
+1 -1
apps/web/next.config.js
··· 108 108 }, 109 109 { 110 110 source: 111 - "/:path((?!api|assets|_next/static|_next/image|favicon.ico|sitemap.xml|robots.txt|events|monitors|protected).*)", 111 + "/:path((?!api|assets|_next/static|_next/image|favicon.ico|sitemap.xml|robots.txt|events|monitors|protected|verify).*)", 112 112 has: [ 113 113 { type: "cookie", key: "sp_mode", value: "new" }, 114 114 {