@ -8,7 +8,7 @@ export function useEditLink() {
const { text = 'Edit this page', pattern } = theme.value.editLink || {}
const { relativePath } = page.value
const url = pattern.replace(/:path/g, relativePath)
return { url, text }
})
}