We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9dcee commit 3ef01d3Copy full SHA for 3ef01d3
.vitepress/config.ts
@@ -87,7 +87,7 @@ function nav() {
87
{
88
text: `v${pkg.version}` + (isBeta ? '-beta' : ''),
89
link: isBeta ? 'https://github.com/PenguLoader/PenguLoader/actions'
90
- : `https://github.com/PenguLoader/PenguLoader/releases/latest`
+ : `https://github.com/PenguLoader/PenguLoader/releases/`
91
}
92
]
93
0 commit comments