Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 15c52fb

Browse files
authored
fix: pathing of todomvc demo for github
1 parent 52d9302 commit 15c52fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/todomvc/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<meta charset="UTF-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55

6-
<link rel="preload" href="/todomvc/index-a7e35c24844438bc_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
7-
<link rel="modulepreload" href="/todomvc/index-a7e35c24844438bc.js"></head>
6+
<link rel="preload" href="/example-projects/todomvc/index-a7e35c24844438bc_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
7+
<link rel="modulepreload" href="/example-projects/todomvc/index-a7e35c24844438bc.js"></head>
88

99
<body>
1010
<div id="main"> </div>
1111

1212

13-
<script type="module">import init from '/todomvc/index-a7e35c24844438bc.js';init('/todomvc/index-a7e35c24844438bc_bg.wasm');</script></body></html>
13+
<script type="module">import init from '/example-projects/todomvc/index-a7e35c24844438bc.js';init('/example-projects/todomvc/index-a7e35c24844438bc_bg.wasm');</script></body></html>

0 commit comments

Comments
 (0)