mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
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:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user