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 b8ac7ef commit 2b24063Copy full SHA for 2b24063
frontend/src/index.html
@@ -76,8 +76,8 @@
76
if (typeof window !== 'undefined') {
77
window.addEventListener('startWebNode', async () => {
78
const possiblePaths = [
79
- '/webnode/pkg/mina_node_web.js', // Production/CI path
80
- '../public/webnode/pkg/mina_node_web.js', // Development path
+ '/assets/webnode/pkg/mina_node_web.js', // Production/CI path
+ '/webnode/pkg/mina_node_web.js', // Development path
81
];
82
83
for (const path of possiblePaths) {
0 commit comments