Skip to content

Commit

Permalink
Use the placeholder/link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 23, 2023
1 parent 4ffc729 commit bd3a83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/worker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import wasmUrl from "../lib/v86.wasm?url";

import isoUrl from "../../../buildroot/output/images/rootfs.iso9660?url";
import isoUrl from "../../rootfs.iso9660?url";
let overrideIsoUrl: string | undefined = import.meta.env.VITE_ISO_URL;

self.importScripts = () => {};
Expand Down

0 comments on commit bd3a83a

Please sign in to comment.