tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
6
fork
atom
Openstatus
www.openstatus.dev
6
fork
atom
overview
issues
pulls
pipelines
fix: verify path
Maximilian Kaske
5 months ago
92e48be0
75d14084
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
web
next.config.js
+1
-1
apps/web/next.config.js
···
108
108
},
109
109
{
110
110
source:
111
111
-
"/:path((?!api|assets|_next/static|_next/image|favicon.ico|sitemap.xml|robots.txt|events|monitors|protected).*)",
111
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
{