We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82c036 commit 0942e9eCopy full SHA for 0942e9e
src/main/client/src/feature/game/Game.jsx
@@ -153,7 +153,7 @@ function Board({gameState, setGameState}) {
153
}
154
if (!howler.current) {
155
howler.current = new Howl({
156
- src: ["/app/stone1.wav"],
+ src: [base + "/stone1.wav"],
157
onloaderror: (id, error) => {
158
throw new Error(id + ": " + error)
159
},
0 commit comments