Openstatus www.openstatus.dev

๐Ÿ› (#527)

authored by

Thibault Le Ouay and committed by
GitHub
6ec68a03 aea8a83c

+3 -2
+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 + "/verify/(.*)", // used when trying subdomain slug via status.documenso.com/incidents 85 86 ], 86 87 ignoredRoutes: ["/api/og", "/discord", "/github", "/status-page/(.*)"], // FIXME: we should check the `publicRoutes` 87 88 beforeAuth: before,
+2 -2
packages/tinybird/src/client.ts
··· 36 36 parameters: tbParameterMonitorList, 37 37 data: tbBuildMonitorList, 38 38 opts: { 39 - // cache: "no-store", 40 - revalidate: 30, // 30 seconds cache 39 + cache: "no-store", 40 + // revalidate: 30, // 30 seconds cache 41 41 }, 42 42 }); 43 43 }