my website at ewancroft.uk
6
fork

Configure Feed

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

at 0f259397c7a8eae175f9f25bb069f5e12f824a28 7 lines 204 B view raw
1import tailwindcss from '@tailwindcss/vite'; 2import { sveltekit } from '@sveltejs/kit/vite'; 3import { defineConfig } from 'vite'; 4 5export default defineConfig({ 6 plugins: [tailwindcss(), sveltekit()] 7});