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

Configure Feed

Select the types of activity you want to include in your feed.

fix: readd video.bsky.app to preconnect list

Mary a764917d 12d021f7

+1
+1
src/app.html
··· 4 4 <meta charset="utf-8" /> 5 5 6 6 <link rel="preconnect" href="https://cdn.bsky.app" /> 7 + <link rel="preconnect" href="https://video.bsky.app" /> 7 8 <link rel="preconnect" href="https://video.cdn.bsky.app" /> 8 9 9 10 <link rel="icon" href="%sveltekit.assets%/favicon.png" />