Hi. I'm having problems uploading my static HTML/React Games.
I choose Kind of Project: HTML and upload a .zip of the following structure:
.zip:
index.html
static/
chunk.js
chunk.js
style.css
etc.
But Itch returns 403 on the static folder assets.
See here: https://thathurtabit.itch.io/doop
NOTE: I eventually got this "working" by setting my "homepage" value in package.json to be "." (i.e. just a dot) then changed by react-router to redirect any values to my game page - this meant even if it didn't understand the itch.io url, it would display the game.