Skip to content

Commit

Permalink
Use dot paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DrShahinstein committed Aug 13, 2023
1 parent cceacbf commit d1cf462
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Yew Nim Game</title>
<link rel="shortcut icon" href="/public/favicon.ico" />
<link rel="stylesheet" href="/tailwind-ab250c35b2fec125.css" />
<link rel="shortcut icon" href="./public/favicon.ico" />
<link rel="stylesheet" href="./tailwind-ab250c35b2fec125.css" />
<base href="/" />
<link
rel="preload"
href="/yew-app-4b47597afffceb15_bg.wasm"
href="./yew-app-4b47597afffceb15_bg.wasm"
as="fetch"
type="application/wasm"
crossorigin=""
/>
<link rel="modulepreload" href="/yew-app-4b47597afffceb15.js" />
<link rel="modulepreload" href="./yew-app-4b47597afffceb15.js" />
</head>
<body>
<script type="module">
import init from "/yew-app-4b47597afffceb15.js";
init("/yew-app-4b47597afffceb15_bg.wasm");
import init from "./yew-app-4b47597afffceb15.js";
init("./yew-app-4b47597afffceb15_bg.wasm");
</script>
</body>
</html>

0 comments on commit d1cf462

Please sign in to comment.