kolibri network
0
fork

Configure Feed

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

at rotfront 9 lines 188 B view raw
1// @ts-check 2import { defineConfig } from 'astro/config'; 3 4import svelte from '@astrojs/svelte'; 5 6// https://astro.build/config 7export default defineConfig({ 8 integrations: [svelte()] 9});