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

Configure Feed

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

morganwill.com / vite.config.js
158 B 8 lines
1import { sveltekit } from '@sveltejs/kit/vite'; 2 3/** @type {import('vite').UserConfig} */ 4const config = { 5 plugins: [sveltekit()] 6}; 7 8export default config;