JavaScript-optional public web frontend for Bluesky anartia.kelinci.net
sveltekit atcute bluesky typescript svelte

feat: redirect zeppelin.social

mary.my.id efbc48a2 cb05704a

verified
Changed files
+2 -1
src
+2 -1
src/lib/redirector.ts
··· 33 host === 'bsky.app' || 34 host === 'staging.bsky.app' || 35 host === 'main.bsky.dev' || 36 - host === 'deer.social' 37 ) { 38 if ((match = BSKY_PROFILE_LINK_RE.exec(pathname))) { 39 const [, actor] = match;
··· 33 host === 'bsky.app' || 34 host === 'staging.bsky.app' || 35 host === 'main.bsky.dev' || 36 + host === 'deer.social' || 37 + host === 'zeppelin.social' 38 ) { 39 if ((match = BSKY_PROFILE_LINK_RE.exec(pathname))) { 40 const [, actor] = match;