Skip to content

Commit

Permalink
Merge pull request #873 from midrissi/patch-2
Browse files Browse the repository at this point in the history
fix: set the right URL for editing the pages
  • Loading branch information
wheresrhys authored Nov 15, 2024
2 parents edf15aa + 649e7e5 commit 5b99db9
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',
editUrl: 'https://github.com/wheresrhys/fetch-mock/edit/main',
},
theme: {
customCss: './src/css/custom.css',
Expand Down

0 comments on commit 5b99db9

Please sign in to comment.