Openstatus www.openstatus.dev

fix: middleware (#543)

authored by

Maximilian Kaske and committed by
GitHub
8d8b6a30 01ecf286

+1
+1
apps/web/src/middleware.ts
··· 82 82 "/oss-friends", 83 83 "/status-page/(.*)", 84 84 "/incidents", // used when trying subdomain slug via status.documenso.com/incidents 85 + "/incidents/(.*)", // used when trying subdomain slug via status.documenso.com/incidents/123 85 86 "/verify/(.*)", // used when trying subdomain slug via status.documenso.com/incidents 86 87 ], 87 88 ignoredRoutes: ["/api/og", "/discord", "/github", "/status-page/(.*)"], // FIXME: we should check the `publicRoutes`