Skip to content

Commit

Permalink
Improve nav.js navigation method
Browse files Browse the repository at this point in the history
  • Loading branch information
chococaker committed Dec 13, 2024
1 parent aaa6287 commit 46d6aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/nav.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function navigateTo(location) {
document.location = "../" + location;
document.location = "/" + location;
}

function keyupLinking(e) {
Expand Down

0 comments on commit 46d6aaa

Please sign in to comment.