fix(redirect): add back the redirect

This commit is contained in:
ItsRauf
2023-07-19 15:27:09 -04:00
parent e9d146398e
commit 4af5ccc1a3
2 changed files with 5 additions and 4 deletions

View File

@@ -20,11 +20,8 @@ export const Layout = ({ url, children }: LayoutProps) => {
<meta property="og:site_name" content="FixBluesky" />
${children}
<meta http-equiv="refresh" content="0;url=${redirectUrl}" />
</head>
</html>
`;
};
{
/* <meta http-equiv="refresh" content="0;url=${redirectUrl}" /> */
}

View File

@@ -4,3 +4,7 @@ compatibility_date = "2023-01-01"
workers_dev = false
route = { pattern = "bsyy.app/*", zone_name = "bsyy.app" }
[vars]
BSKY_SERVICE_URL="https://bsky.social/"
FIXBLUESKY_APP_DOMAIN="bsyy.app"