We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0baf2 commit 1f9ec1fCopy full SHA for 1f9ec1f
1 file changed
docusaurus.config.ts
@@ -44,7 +44,7 @@ const config: Config = {
44
// Please change this to your repo.
45
// Remove this to remove the "edit this page" links.
46
editUrl:
47
- 'https://github.com/pdnode-team/docs/tree/main/docs',
+ 'https://github.com/pdnode-team/docs/tree/main/',
48
},
49
blog: {
50
showReadingTime: true,
@@ -54,7 +54,7 @@ const config: Config = {
54
55
56
57
- editUrl:'https://github.com/pdnode-team/docs/tree/main/blog',
+ editUrl:'https://github.com/pdnode-team/docs/tree/main/',
58
// Useful options to enforce blogging best practices
59
onInlineTags: 'warn',
60
onInlineAuthors: 'warn',
0 commit comments