Skip to content

Commit 3b4cb86

Browse files
committed
Git commit fix path to welcome binary
1 parent 864dfb0 commit 3b4cb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ window.addEventListener("load", async () => {
1414
gamepad(instance);
1515
const showSettings = settings(instance);
1616

17-
const response = await fetch("../../welcome.ch8");
17+
const response = await fetch("welcome.ch8");
1818
const data = await response.bytes();
1919
const welcomeProgram = new Uint8Array(data);
2020

0 commit comments

Comments
 (0)