Skip to content

Commit 3ef01d3

Browse files
authored
add trailing slash
1 parent 7f9dcee commit 3ef01d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function nav() {
8787
{
8888
text: `v${pkg.version}` + (isBeta ? '-beta' : ''),
8989
link: isBeta ? 'https://github.com/PenguLoader/PenguLoader/actions'
90-
: `https://github.com/PenguLoader/PenguLoader/releases/latest`
90+
: `https://github.com/PenguLoader/PenguLoader/releases/`
9191
}
9292
]
9393
}

0 commit comments

Comments
 (0)