Hello!
I've started to make a game with ViteJS+PixiJS and sadly PixiJS can't load any assets I use because of bad adress or something like that.
My game is host on NG on /file/alternate/alternate_2_r6.zip, the navigator can load my JS and CSS (with relative link like ./assets/index.js), but my assets trye to be loaded on /file/alternate/tile.png.
Does anyone has a solution about this? How can I say to PixiJS to load into the correct URL? It's very strange because it's work on my website and on Itch.io...