We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac7c39 commit 9f5faf7Copy full SHA for 9f5faf7
docs/app/pages/docs/[...slug].vue
@@ -43,7 +43,7 @@ defineOgImageComponent('Docs', {
43
const communityLinks = computed(() => [{
44
icon: 'i-lucide-pencil',
45
label: 'Edit this page',
46
- to: `https://github.com/nuxt/content/edit/v3/docs/content/${page.value?.stem}.${page.value?.extension}`,
+ to: `https://github.com/nuxt/content/edit/main/docs/content/${page.value?.stem}.${page.value?.extension}`,
47
target: '_blank',
48
}, {
49
icon: 'i-lucide-star',
0 commit comments