Skip to content

Commit 1d5fa82

Browse files
authored
ezChat v0.6.9
ezChat v0.6.9
1 parent f9a6041 commit 1d5fa82

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
1414

1515
<script type="module">
16-
import init, * as bindings from '/ezchat/ezchat-49536baeb9638ea.js';
17-
const wasm = await init({ module_or_path: '/ezchat/ezchat-49536baeb9638ea_bg.wasm' });
16+
import init, * as bindings from '/ezchat-49536baeb9638ea.js';
17+
const wasm = await init({ module_or_path: '/ezchat-49536baeb9638ea_bg.wasm' });
1818

1919

2020
window.wasmBindings = bindings;
@@ -24,9 +24,9 @@
2424

2525
</script>
2626
<!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option -->
27-
<base href="/ezchat/" />
27+
<base href="/" />
2828

29-
<link rel="icon" href="/ezchat/favicon-f402c8741ce815ec.ico" integrity="sha384-jNOAE6jgE03LznIulCTVP6BH4NrTuROFjP9wj8bV1UUMJKtZAvstFpIAP3PDcFpx"/>
29+
<link rel="icon" href="/favicon-f402c8741ce815ec.ico" integrity="sha384-jNOAE6jgE03LznIulCTVP6BH4NrTuROFjP9wj8bV1UUMJKtZAvstFpIAP3PDcFpx"/>
3030

3131

3232

@@ -130,7 +130,7 @@
130130
}
131131
}
132132
</style>
133-
<link rel="modulepreload" href="/ezchat/ezchat-49536baeb9638ea.js" crossorigin="anonymous" integrity="sha384-nHYDO15CBTfUII1iqk2KeqNE2RR0hEm/IYsegEKXUnhGuo6ciZpFHL/Ab2VcNrHg"><link rel="preload" href="/ezchat/ezchat-49536baeb9638ea_bg.wasm" crossorigin="anonymous" integrity="sha384-QDS6XGAB0jxja2dwjdvXB918R/8lbv82sR3FpQcwlaQPthXvk4zeprJoyb1MJe8D" as="fetch" type="application/wasm"></head>
133+
<link rel="modulepreload" href="/ezchat-49536baeb9638ea.js" crossorigin="anonymous" integrity="sha384-nHYDO15CBTfUII1iqk2KeqNE2RR0hEm/IYsegEKXUnhGuo6ciZpFHL/Ab2VcNrHg"><link rel="preload" href="/ezchat-49536baeb9638ea_bg.wasm" crossorigin="anonymous" integrity="sha384-QDS6XGAB0jxja2dwjdvXB918R/8lbv82sR3FpQcwlaQPthXvk4zeprJoyb1MJe8D" as="fetch" type="application/wasm"></head>
134134

135135
<body>
136136
<!-- The WASM code will resize the canvas dynamically -->

0 commit comments

Comments
 (0)