I deployed a sveltekit web app to vercel (with ts, node18.x) and I'm having trouble with this (the log errors):
.svelte-kit/output/client/_app/immutable/assets/ProgressBar.4f1e9ba5.css 0.28 kB │ gzip: 0.16 kB
.svelte-kit/output/client/_app/immutable/assets/Select.2f82aeba.css 11.96 kB │ gzip: 2.56 kB
.svelte-kit/output/client/_app/immutable/assets/0.44776193.css 77.91 kB │ gzip: 10.96 kB
It just stays red in the deployment logs and doesn't "work" when the website opens. I write it in quotes because the buttons/components actually DO work, but they are invisible.
I'm new to svelte and have no idea what is happening, tried scouring the web to see if I found anything but found nothing actually useful, as is not an error log per se but a cryptic color red.
ANY help would be greatly appreciated, thank you for your time.