Hi all!
After deploying my page I ran into few problems like 404 error, or blank page being displayed - I managed them (one due to my repository being nested inside another folder, blank display - I removed dist folder from git.ignore). The last one I can’t overcome - my tailwind/css isn’t applied at all.
Path to css in index.html seems to be correct, folder structure of dist too, all the tailwind and vite config as well as pacage.json seem to be correct too, all is up to date. Since my repository is nested inside another folder my build settings are as below:
The link doesn’t change after redeploy. So far I’ve removed the line of cody you mentioned, adde4d dist folder back to gitignore and removed from repository, the css/tailwind is still not applied.
I wasn’t aware of permalink, it’s my first deploy. Yes, silly me updated the _headers in dist folder instead of public, now it all works! Thank you so much for your help, I really appreciate it!