Skip to content

Commit 0bf8f07

Browse files
committed
refactor: update edit url
1 parent fa0fb08 commit 0bf8f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const config: Config = {
4040
sidebarPath: './sidebars.ts',
4141
// Please change this to your repo.
4242
// Remove this to remove the "edit this page" links.
43-
editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
43+
editUrl: 'https://github.com/fecommunity/reactpress',
4444
},
4545
blog: {
4646
showReadingTime: true,
@@ -50,7 +50,7 @@ const config: Config = {
5050
},
5151
// Please change this to your repo.
5252
// Remove this to remove the "edit this page" links.
53-
editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
53+
editUrl: 'https://github.com/fecommunity/reactpress',
5454
// Useful options to enforce blogging best practices
5555
onInlineTags: 'warn',
5656
onInlineAuthors: 'warn',

0 commit comments

Comments
 (0)