No badges yet
No topics yet
No accepted solutions yet
Can't Deploy Vanilla Svelte/Sveltekit
I’ve just tried updating my configs to see if it would work. > vite.config.js > import tailwindcss from '@tailwindcss/vite';import { sveltekit } from '@sveltejs/kit/vite'; > >...
Can't Deploy Vanilla Svelte/Sveltekit
Same here. Try using the vercel cli and using vercel deploy and vercel - -prod that works for me. But as soon as it auto deploys via a git it breaks the project during runtime. I...