kolibri network
0
fork

Configure Feed

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

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