docs: fix edit this page link

This commit is contained in:
Benjamin Canac
2025-03-12 16:40:55 +01:00
parent 2b9696f4d3
commit 70e889813c

View File

@@ -78,7 +78,7 @@ defineOgImageComponent('Docs', {
const communityLinks = computed(() => [{
icon: 'i-heroicons-pencil-square',
label: 'Edit this page',
to: `https://github.com/nuxt/ui/edit/dev/docs/content/${page?.value?._file}`,
to: `https://github.com/nuxt/ui/edit/v2/docs/content/${page?.value?._file}`,
target: '_blank'
}, {
icon: 'i-heroicons-star',