Skip to content

Commit

Permalink
Fix "Edit this page" links
Browse files Browse the repository at this point in the history
Already proposed a fix in [this commit](649e7e5) but didn't notice that the **docs** folder has a nested **docs** folder
  • Loading branch information
midrissi authored Nov 22, 2024
1 parent ce52e3a commit db159b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const config = {
sidebarPath: './sidebars.js',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/wheresrhys/fetch-mock/edit/main',
editUrl: 'https://github.com/wheresrhys/fetch-mock/edit/main/docs',
},
theme: {
customCss: './src/css/custom.css',
Expand Down

0 comments on commit db159b1

Please sign in to comment.