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 c966784 commit c666b9cCopy full SHA for c666b9c
docs/app/pages/docs/[...slug].vue
@@ -59,7 +59,7 @@ onMounted(() => {
59
Report an issue
60
</UButton>
61
or
62
- <UButton size="sm" variant="link" color="neutral" :to="`${toc.bottom.edit}/${page?.stem}`" target="_blank">
+ <UButton size="sm" variant="link" color="neutral" :to="`${toc.bottom.edit}/${page?.stem}.${page?.extension}`" target="_blank">
63
Edit this page on GitHub
64
65
</div>
0 commit comments