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"