Docs: add edit link

This commit is contained in:
MM20
2024-02-10 01:53:41 +01:00
parent 4fe44dbd89
commit 6dce8ff61a
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -28,6 +28,9 @@ export default defineConfig({
search: {
provider: 'local',
},
editLink: {
pattern: 'https://github.com/MM2-0/Kvaesitso/edit/main/docs/:path',
},
},
head: [['link', { rel: 'icon', href: '/icon.png' }]],
})