docs: add releases page (#1004)

This commit is contained in:
Benjamin Canac
2023-11-21 17:08:13 +01:00
committed by GitHub
parent f4be95dcf5
commit 762c5ebba1
12 changed files with 348 additions and 5 deletions

View File

@@ -89,8 +89,7 @@ const links = computed(() => {
}, {
label: 'Releases',
icon: 'i-heroicons-rocket-launch',
to: 'https://github.com/nuxt/ui/releases',
target: '_blank'
to: '/releases'
}].filter(Boolean)
})