[READ-ONLY] Mirror of https://github.com/flo-bit/bluesky-home. flo-bit.dev/bluesky-home/
0

Configure Feed

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

bluesky-home / svelte.config.js
101 B 5 lines
1import { vitePreprocess } from '@astrojs/svelte'; 2 3export default { 4 preprocess: vitePreprocess(), 5}