[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte flo-bit.dev/
portfolio portfolio-website svelte sveltekit tailwind threejs threlte typescript
0

Configure Feed

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

flo-bit.github.io / vite.config.ts
240 B 10 lines
1import { sveltekit } from '@sveltejs/kit/vite'; 2import { defineConfig } from 'vite'; 3import { imagetools } from 'vite-imagetools'; 4 5export default defineConfig({ 6 plugins: [imagetools(), sveltekit()], 7 ssr: { 8 noExternal: ['three'] 9 } 10});