From 4af5ccc1a315c915d75fedef53df6b1cebb256c9 Mon Sep 17 00:00:00 2001 From: ItsRauf Date: Wed, 19 Jul 2023 15:27:09 -0400 Subject: [PATCH] fix(redirect): add back the redirect --- src/components/Layout.tsx | 5 +---- wrangler.toml | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 598547d..bf96d18 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -20,11 +20,8 @@ export const Layout = ({ url, children }: LayoutProps) => { ${children} + `; }; - -{ - /* */ -} diff --git a/wrangler.toml b/wrangler.toml index b23669e..c81b573 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -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"