fix(redirect): add back the redirect
This commit is contained in:
@@ -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}" /> */
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user