Comment by seanvelasco
Comment by seanvelasco 4 days ago
why wouldn't one use sveltekit if they only have html and css? sveltekit compiles to a static site with a nice client-side router.
sveltekit is basically html + css in a .svelte file if you don't use javascript.