tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
things are moving
thibault.tngl.sh
3 months ago
516a0ed9
b0d1ed66
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
status-page
src
middleware.ts
+1
-1
apps/status-page/src/middleware.ts
···
187
187
}
188
188
189
189
// In case the host is a custom domain
190
190
-
if (host && !(host?.includes("stpg.dev") || host?.endsWith(".vercel.app"))) {
190
190
+
if (host && !(host?.includes("stpg.dev") || host?.includes("openstatus.dev") || host?.endsWith(".vercel.app"))) {
191
191
subdomain = host;
192
192
}
193
193
return subdomain;