Skip to content

Commit

Permalink
Update docusaurus.config.js (#434)
Browse files Browse the repository at this point in the history
fix(config): update edit url so that "Edit this page" links are prepended with "edit/master" so that they resolve to the appropriate edit page
  • Loading branch information
calumtomeny authored Sep 2, 2024
1 parent a047b21 commit 9b96b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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/dappnode/DappnodeDocs/tree/master",
editUrl: "https://github.com/dappnode/DappnodeDocs/edit/master",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down

0 comments on commit 9b96b69

Please sign in to comment.