feat: Change edit url of docs

This commit is contained in:
Faruk AYDIN
2022-08-13 19:42:13 +03:00
parent c7e55fe3e0
commit cf4f5bd084

View File

@@ -93,7 +93,8 @@ export default defineConfig({
{ icon: 'discord', link: 'https://discord.gg/dJSah9CVrC' },
],
editLink: {
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path',
pattern:
'https://github.com/automatisch/automatisch/edit/main/packages/docs/pages/:path',
text: 'Edit this page on GitHub',
},
footer: {