Skip to content

Commit 1f9ec1f

Browse files
committed
Fix editurl
1 parent 6f0baf2 commit 1f9ec1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const config: Config = {
4444
// Please change this to your repo.
4545
// Remove this to remove the "edit this page" links.
4646
editUrl:
47-
'https://github.com/pdnode-team/docs/tree/main/docs',
47+
'https://github.com/pdnode-team/docs/tree/main/',
4848
},
4949
blog: {
5050
showReadingTime: true,
@@ -54,7 +54,7 @@ const config: Config = {
5454
},
5555
// Please change this to your repo.
5656
// Remove this to remove the "edit this page" links.
57-
editUrl:'https://github.com/pdnode-team/docs/tree/main/blog',
57+
editUrl:'https://github.com/pdnode-team/docs/tree/main/',
5858
// Useful options to enforce blogging best practices
5959
onInlineTags: 'warn',
6060
onInlineAuthors: 'warn',

0 commit comments

Comments
 (0)