tracks lexicons and how many times they appeared on the jetstream
3
fork

Configure Feed

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

at 9da170a1b25fa1614cafe5c5bcb47e4c89cc9abf 13 lines 273 B view raw
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 8 kit: { 9 adapter: adapter(), 10 }, 11}; 12 13export default config;