Skip to content

Commit

Permalink
fix: editUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Oct 23, 2023
1 parent 42cf9e5 commit 56e7806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ const config = {
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/yazi-rs/tree/main/",
editUrl: "https://github.com/yazi-rs/yazi-rs.github.io/edit/main/",
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/yazi-rs/tree/main/",
editUrl: "https://github.com/yazi-rs/yazi-rs.github.io/edit/main/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down

0 comments on commit 56e7806

Please sign in to comment.