Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
uek-1 committed Jul 3, 2023
1 parent f197668 commit e597bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<title>rust-mlp-viz</title>

<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
<script type="module">import init from '/preload.js';init('/app.wasm');</script>
<script type="module">import init from '/xor-train-game/preload.js';init('/xor-train-game/app.wasm');</script>
<!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option -->
<base href="/github-pages">
<base href="/xor-train-game">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#404040">

Expand Down

0 comments on commit e597bb2

Please sign in to comment.