Skip to content

Commit 2b24063

Browse files
committed
fix paths that webnode wasm is loaded from
1 parent b8ac7ef commit 2b24063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
if (typeof window !== 'undefined') {
7777
window.addEventListener('startWebNode', async () => {
7878
const possiblePaths = [
79-
'/webnode/pkg/mina_node_web.js', // Production/CI path
80-
'../public/webnode/pkg/mina_node_web.js', // Development path
79+
'/assets/webnode/pkg/mina_node_web.js', // Production/CI path
80+
'/webnode/pkg/mina_node_web.js', // Development path
8181
];
8282

8383
for (const path of possiblePaths) {

0 commit comments

Comments
 (0)