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.

chore: use server-side route resolution

Mary f43feadb c279dbc4

+3
+3
svelte.config.js
··· 15 15 // If your environment is not supported, or you settled on a specific environment, switch out the adapter. 16 16 // See https://svelte.dev/docs/kit/adapters for more information about adapters. 17 17 adapter: adapter(), 18 + router: { 19 + resolution: 'server', 20 + }, 18 21 }, 19 22 }; 20 23