Merge pull request #2 from ThornbushHQ/devel

fix(redirect): add back the redirect
This commit is contained in:
Rauf
2023-07-19 15:29:15 -04:00
committed by GitHub
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"