Skip to content

Commit

Permalink
typedoc.json: Make home link absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Sep 13, 2023
1 parent 2bc60fe commit 111728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sidebarLinks": {
"GitHub": "https://github.com/NxtLvlSoftware/alpine-typescript",
"Twitter": "https://twitter.com/NxtLvlSoftware",
"Home": "/index.html",
"Home": "https://nxtlvlsoftware.github.io/alpine-typescript/",
"Example": "https://nxtlvlsoftware.github.io/alpine-typescript/example/"
}
}

0 comments on commit 111728c

Please sign in to comment.