Skip to content

Commit 16fe288

Browse files
Relative path for the sake of review branch builds.
1 parent 521d812 commit 16fe288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ function isFileSystem(
678678
}
679679

680680
const fetchWasm = async () => {
681-
const response = await fetch("/build/firmware.wasm");
681+
const response = await fetch("./build/firmware.wasm");
682682
if (!response.ok) {
683683
throw new Error(response.statusText);
684684
}

0 commit comments

Comments
 (0)