Assets Subfolders returning 404s
I am trying to use the cloudflare vite plugin and for some reason, assets cannot be fetched from any sort of subfolder from
dist causing issues.
So for e.x robots.txt returns fine, but assets/XYZ.js is returning 404s1 Reply
just tested, if I move all my
/assets folder into dist and do some url manipulation the app works...
Any update? I don’t want to have to frankenstein a deploy script
still waiting...