[READ-ONLY] Mirror of https://github.com/flo-bit/dogumentation. Simple, minimalistic documentation template using astro flo-bit.dev/dogumentation/
0

Configure Feed

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

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