[READ-ONLY] Mirror of https://github.com/mrgnw/zenfo.co.
0

Configure Feed

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

zenfo.co / svelte.config.js
175 B 10 lines
1import adapter from '@sveltejs/adapter-cloudflare'; 2 3/** @type {import('@sveltejs/kit').Config} */ 4const config = { 5 kit: { 6 adapter: adapter() 7 } 8}; 9 10export default config;