Openstatus www.openstatus.dev

fix: proxy

+1 -1
+1 -1
apps/status-page/src/proxy.ts
··· 44 44 45 45 console.log({ pathname: url.pathname, type, prefix, subdomain }); 46 46 47 - if (url.pathname === "/" && type !== "hostname" && subdomain !== null) { 47 + if (url.pathname === "/" && type !== "hostname" && subdomain === null) { 48 48 return response; 49 49 } 50 50