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

Configure Feed

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

editable-cv / vite.config.js
118 B 7 lines
1import { sveltekit } from '@sveltejs/kit/vite'; 2 3const config = { 4 plugins: [sveltekit()] 5}; 6 7export default config;