docs: fix edit link

This commit is contained in:
Aylur
2024-09-07 15:11:50 +02:00
parent 13b6c88dd0
commit 125ed58d0a
+1 -1
View File
@@ -85,7 +85,7 @@ export default defineConfig({
],
editLink: {
pattern: github("edit/main/docs/:path"),
pattern: github("/edit/main/docs/:path"),
text: 'Edit this page on GitHub',
},