messing around with atproto. don't use this. it's to see all your .profile. entries in your PDS record chronicler.vlan.foo
0

Configure Feed

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

chronicler / svelte.config.js
292 B 12 lines
1import adapter from '@sveltejs/adapter-static' 2import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' 3 4/** @type {import('@sveltejs/kit').Config} */ 5const config = { 6 preprocess: vitePreprocess(), 7 kit: { 8 adapter: adapter({ fallback: '200.html' }), 9 }, 10} 11 12export default config