tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
🤗
thibault.tngl.sh
5 months ago
09baeedd
e3ba445c
+2
-2
1 changed file
expand all
collapse all
unified
split
apps
web
next.config.js
+2
-2
apps/web/next.config.js
···
68
68
return {
69
69
beforeFiles: [
70
70
{
71
71
-
source: "/status-page/themes",
72
72
-
destination: "https://www.stpg.dev",
71
71
+
source: "/status-page/themes/:path*",
72
72
+
destination: "https://www.stpg.dev/:path*",
73
73
},
74
74
// New design: proxy app routes to external host with slug prefix
75
75
{