Skip to content

Commit da85929

Browse files
committed
fix: Update GitHub edit link pattern in VitePress config
1 parent ec8a452 commit da85929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default defineConfig({
6767
},
6868

6969
editLink: {
70-
pattern: 'https://github.com/coollabsio/documentation-coolify/:path',
70+
pattern: 'https://github.com/coollabsio/documentation-coolify/tree/main/docs/:path',
7171
text: 'Edit this page on GitHub'
7272
},
7373

0 commit comments

Comments
 (0)