docs: the hero badge links to the releases index

It pointed at the tag of the version in package.json, which 404s in the
window between the release commit and the published GitHub release.
This commit is contained in:
Benjamin Canac
2026-09-09 13:50:08 +02:00
parent 5fe00cd2ed
commit 71dfead254
+1 -1
View File
@@ -65,7 +65,7 @@ useSeoMeta({
:badge="{
label: `What's new in v${version}`,
trailingIcon: appConfig.ui.icons.arrowRight,
to: `/docs/releases/v${version}`
to: '/docs/releases'
}"
>
<HomeThemeCode />