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 0a629e1 commit 806f705Copy full SHA for 806f705
src/components/XTermScapy.vue
@@ -26,7 +26,7 @@ import { startXterm, showCursor, hideCursor, disableStdin } from '@/components/X
26
27
// Python variables
28
const pyodideIndexURL = "https://cdn.jsdelivr.net/pyodide/v0.28.2/full/";
29
-const scapyWheelURL = new URL(`/${process.env.scapywhl}`, import.meta.url).href;
+const scapyWheelURL = `/${process.env.scapywhl}`;
30
31
// Constants
32
const VK_RETURN = '\r';
0 commit comments