Skip to content

Commit 9e087b9

Browse files
committed
fix: add basename to router for gh-pages
1 parent 230946a commit 9e087b9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44490,6 +44490,7 @@ Please pass a 2048 word array explicitly.`;
4449044490
$.jsx(g1, {}),
4449144491
$.jsx(vE, {
4449244492
children: $.jsx(uE, {
44493+
basename: "/BitGoWASM/",
4449344494
children: $.jsxs(H8, {
4449444495
children: [
4449544496
$.jsx(fs, {

mobile-dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
77
<title>BitGo PSBT Signer</title>
8-
<script type="module" crossorigin src="/BitGoWASM/assets/index-BUEszezW.js"></script>
8+
<script type="module" crossorigin src="/BitGoWASM/assets/index-Cb71xl_G.js"></script>
99
</head>
1010
<body>
1111
<div id="root"></div>

0 commit comments

Comments
 (0)