WIP: My personal website
0

Configure Feed

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

at bio 203 B View raw
1import tailwindcss from '@tailwindcss/vite'; 2import { sveltekit } from '@sveltejs/kit/vite'; 3import { defineConfig } from 'vite'; 4 5export default defineConfig({ plugins: [tailwindcss(), sveltekit()] });