Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Aug 16, 2024
1 parent 809684b commit 1a0cd29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />


<script type="module" nonce="BgbnQ8qaBhr8heMofTWBlQ==">
import init, * as bindings from '/secret-leptos-b98ea99ef209074.js';
const wasm = await init('/secret-leptos-b98ea99ef209074_bg.wasm');
<script type="module" nonce="/LUoH0RFoBSJUTKnCIhnfQ==">
import init, * as bindings from 'https://kent-3.github.io/secret-leptos/secret-leptos-b98ea99ef209074.js';
const wasm = await init('https://kent-3.github.io/secret-leptos/secret-leptos-b98ea99ef209074_bg.wasm');


window.wasmBindings = bindings;
Expand All @@ -17,8 +17,8 @@
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));

</script>
<link rel="icon" href="/favicon-e9cbd8f50cc65bf2.ico"/>
<link rel="stylesheet" href="/input-1e281e73305a75dd.css"/>
<link rel="icon" href="https://kent-3.github.io/secret-leptos/favicon-e9cbd8f50cc65bf2.ico"/>
<link rel="stylesheet" href="https://kent-3.github.io/secret-leptos/input-1e281e73305a75dd.css"/>

<script>
function checkResourcesLoaded() {
Expand Down

0 comments on commit 1a0cd29

Please sign in to comment.