[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project flo-bit.dev/tiny-docs/
0

Configure Feed

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

tiny-docs / svelte.config.js
103 B 5 lines
1import { vitePreprocess } from "@astrojs/svelte"; 2 3export default { 4 preprocess: vitePreprocess(), 5};