I have added the godot game into my site using the example provided in the repo.
Godot version: 3.2.1 stable win64

Reproduce:
- Added the game files in the public folder
- Imported ReactGodot component and added the required properties(pck and script)
<ReactGodot pck={"./game/game.pck"} script={"./game/game.js"} />
- added the directory the same way it's used in the example in the repo leading to get me the error in the image.
I have added the godot game into my site using the example provided in the repo.
Reproduce: