[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.

1{ 2 "useTabs": true, 3 "singleQuote": true, 4 "trailingComma": "none", 5 "printWidth": 100, 6 "plugins": ["prettier-plugin-svelte"], 7 "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] 8}