Skip to content

Commit 34cc13c

Browse files
authored
Merge pull request #150 from vibe/patch-2
Fix: update `edit this page` by updating docusaurus.config.ts
2 parents 8808212 + 4fb5b04 commit 34cc13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const config: Config = {
5050
// Please change this to your repo.
5151
// Remove this to remove the "edit this page" links.
5252
editUrl:
53-
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
53+
"https://github.com/awslabs/kro/tree/main/website",
5454
},
5555
blog: false,
5656
theme: {

0 commit comments

Comments
 (0)