I’m facing an issue where my React + Vite project works fine locally — the CSS is applied properly both when running and building. But when I deploy the same project on Vercel, none of the styles are showing up.
Locally everything looks as expected, but on Vercel, the deployed site has no styling at all. Here's the URL of the project: https://vercel.com/aloukikjoshis-projects/blogi
Framework: React + Vite Hosted on: Vercel
I came across a suggestion on GitHub forums to try using Sass, but I’m unsure if that's compatible with my current tech stack or if it’s the right fix.
Can someone help me understand why the styles aren't applying on Vercel and if switching to Sass would solve this? Any help would be appreciated!