Skip to content

Commit

Permalink
updated base href
Browse files Browse the repository at this point in the history
  • Loading branch information
uek-1 committed Jul 3, 2023
1 parent aa65579 commit f197668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- 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>
<!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option -->
<base href="/">
<base href="/github-pages">
<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 f197668

Please sign in to comment.