Skip to content

Commit 1f0ded7

Browse files
authored
chore: editUrl cannot redirect correctly (#29)
1 parent c7a79e2 commit 1f0ded7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const config = {
6666
sidebarPath: require.resolve("./sidebars.js"),
6767
// Please change this to your repo.
6868
// Remove this to remove the "edit this page" links.
69-
editUrl: "https://github.com/farm-fe/farm-fe.github.io",
69+
editUrl: "https://github.com/farm-fe/farm-fe.github.io/tree/main/",
7070
},
7171
blog: {
7272
showReadingTime: true,

0 commit comments

Comments
 (0)