Skip to content

Commit

Permalink
Fix: Github pages doesnt like trailing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzensi committed Jun 1, 2024
1 parent e90d327 commit 39ca5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<nav>
<ul>
<li class="active"><a href="/">HOME</a></li>
<li><a href="userscript/">USERSCRIPT</a></li>
<li><a href="userscript">USERSCRIPT</a></li>
</ul>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/userscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<nav>
<ul>
<li><a href="/">HOME</a></li>
<li class="active"><a href="userscript/">USERSCRIPT</a></li>
<li class="active"><a href="userscript">USERSCRIPT</a></li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit 39ca5cc

Please sign in to comment.