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.

feat: add proper page description to index

Mary f02dcfa4 440526c3

+1
+1
src/routes/(app)/+page.svelte
··· 13 13 14 14 <svelte:head> 15 15 <title>{PUBLIC_APP_NAME}</title> 16 + <meta name="description" content="JavaScript-optional public web frontend for Bluesky." /> 16 17 </svelte:head> 17 18 18 19 <div class="wrapper">