8000 docs: add missing extension · nuxt-hub/core@c666b9c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit c666b9c

Browse files
committed
docs: add missing extension
1 parent c966784 commit c666b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/pages/docs/[...slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ onMounted(() => {
5959
Report an issue
6060
</UButton>
6161
or
62-
<UButton size="sm" variant="link" color="neutral" :to="`${toc.bottom.edit}/${page?.stem}`" target="_blank">
62+
<UButton size="sm" variant="link" color="neutral" :to="`${toc.bottom.edit}/${page?.stem}.${page?.extension}`" target="_blank">
6363
Edit this page on GitHub
6464
</UButton>
6565
</div>

0 commit comments

Comments
 (0)
0