Skip to content

Commit

Permalink
comment out base href
Browse files Browse the repository at this point in the history
try to fix the github pages

cf. https://stackoverflow.com/a/64708825/12421326
  • Loading branch information
X-Wei committed Mar 6, 2021
1 parent 3fb3b43 commit 3ac0e02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
Fore more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
-->
<base href="/">
<!-- ! I have to disable base ref for github pages to render correctly :/
cf. https://stackoverflow.com/a/64708825/12421326 -->
<!-- <base href="/"> -->

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
Expand Down

0 comments on commit 3ac0e02

Please sign in to comment.