My site refuses to find the rest of the build directory files which is on a separate branch in my GitHub Repo.
Any files in the _app folder is not being found when I go to the site.
As you can see all the get requests are failing for the page
It works better on local, but not really; Apparently the tailwindCSS loads but the js still doesn't;
Any suggestions or help are much appreciated!
EDIT
Underscores, not only in folder names, but in all file names was the culprit. Make sure to get rid of them if you're using SvelteKit!