Skip to content

Commit 70f5f8b

Browse files
authored
Merge pull request #9 from fabianmakila/fix/edit-url
[Fix] Use correct editUrl
2 parents ba30f75 + 80d6119 commit 70f5f8b

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
@@ -46,7 +46,7 @@ const config: Config = {
4646
// Please change this to your repo.
4747
// Remove this to remove the "edit this page" links.
4848
editUrl:
49-
'https://github.com/MiniPlaceholders/docs',
49+
'https://github.com/MiniPlaceholders/miniplaceholders.github.io/tree/main',
5050
},
5151
blog: false,//{
5252
//showReadingTime: true,

0 commit comments

Comments
 (0)