Update src/client/theme-default/composables/editLink.ts

pull/340/head
Eduardo San Martin Morote 4 years ago committed by GitHub
parent 8fb6851238
commit 7b573d0298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ export function useEditLink() {
} = theme.value
const showEditLink =
frontmatter.value.editLink !== undefined
frontmatter.value.editLink != null
? frontmatter.value.editLink
: editLinks
const { relativePath } = page.value

Loading…
Cancel
Save