style: format

pull/698/head
Kia Ishii 3 years ago
parent e778f92dfd
commit 5ebfe21a29

@ -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 }
})
}

Loading…
Cancel
Save