Skip to content

Commit

Permalink
Fix broken Edit this page links
Browse files Browse the repository at this point in the history
Without the scheme, links were being resolved as relative URLs.
  • Loading branch information
shakuzen authored Sep 16, 2023
1 parent 10d71a8 commit fac7299
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 @@ -45,7 +45,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'github.com/JapanFinance/JapanFinance.github.io/tree/main/',
'https://github.com/JapanFinance/JapanFinance.github.io/tree/main/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit fac7299

Please sign in to comment.