[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte flo-bit.dev/
portfolio portfolio-website svelte sveltekit tailwind threejs threlte typescript
0

Configure Feed

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

flo-bit.github.io / svelte.config.js
199 B 9 lines
1import { vitePreprocess } from '@astrojs/svelte'; 2import { preprocessMeltUI, sequence } from '@melt-ui/pp' 3 4export default { 5 preprocess: sequence([ 6 vitePreprocess(), 7 preprocessMeltUI() 8 ]), 9}