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 864dfb0 commit 3b4cb86Copy full SHA for 3b4cb86
docs/js/app/index.js
@@ -14,7 +14,7 @@ window.addEventListener("load", async () => {
14
gamepad(instance);
15
const showSettings = settings(instance);
16
17
- const response = await fetch("../../welcome.ch8");
+ const response = await fetch("welcome.ch8");
18
const data = await response.bytes();
19
const welcomeProgram = new Uint8Array(data);
20
0 commit comments