I'm building my game in Vite. When running the build locally, everything works well, but when in Itch, it seems that the asset paths are pointing to one level higher than it should, making the game id disappear from the path. Game: https://andre-lima.itch.io/a-very-tiny-game?secret=tig1N4tKGDjlHgMKtCfVSViE
Here's an example of a font being loaded and failing:
https://html-classic.itch.zone/html/fonts/Whacky_Joe.ttf
All other assets are being loaded correctly and my Vite base url is set to './' already.
Any ideas on why this is happening and how to fix it?