Skip to content

Commit 806f705

Browse files
committed
Fix path computation
1 parent 0a629e1 commit 806f705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/XTermScapy.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { startXterm, showCursor, hideCursor, disableStdin } from '@/components/X
2626
2727
// Python variables
2828
const pyodideIndexURL = "https://cdn.jsdelivr.net/pyodide/v0.28.2/full/";
29-
const scapyWheelURL = new URL(`/${process.env.scapywhl}`, import.meta.url).href;
29+
const scapyWheelURL = `/${process.env.scapywhl}`;
3030
3131
// Constants
3232
const VK_RETURN = '\r';

0 commit comments

Comments
 (0)