Skip to content

Commit 92e79cd

Browse files
committed
Fix the "Edit this page" link
1 parent 40ba708 commit 92e79cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const config: Config = {
5656
// Please change this to your repo.
5757
// Remove this to remove the "edit this page" links.
5858
editUrl:
59-
'https://github.com/facebook/docusaurus/tree/main/docs/',
59+
'https://github.com/sobakintech/manifestor.cc-guide/tree/main/',
6060
routeBasePath: '/', // Docs-only mode
6161
},
6262
blog: false, // Disable blog for docs-only mode

0 commit comments

Comments
 (0)