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
2c099701
09baeedd
+10
1 changed file
expand all
collapse all
unified
split
apps
web
next.config.js
+10
apps/web/next.config.js
···
71
71
source: "/status-page/themes/:path*",
72
72
destination: "https://www.stpg.dev/:path*",
73
73
},
74
74
+
{
75
75
+
source: "/:path*",
76
76
+
has: [
77
77
+
{
78
78
+
type: "host",
79
79
+
value: "themes.openstatus.dev",
80
80
+
},
81
81
+
],
82
82
+
destination: "https://www.stpg.dev/:path*",
83
83
+
},
74
84
// New design: proxy app routes to external host with slug prefix
75
85
{
76
86
source: "/:path*",