Skip to content

Commit

Permalink
Fix wrong url of "Edit this page" links
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman authored Sep 30, 2023
1 parent 5aa3967 commit 2dda350
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 @@ -153,7 +153,7 @@ module.exports = {
docs: {
path: 'docs',
sidebarPath: require.resolve('./sidebars.json'),
editUrl: `${repoUrl}/blob/master/website/`,
editUrl: `${repoUrl}/blob/master/`,
// sidebarCollapsible: false,
},
theme: {
Expand Down

0 comments on commit 2dda350

Please sign in to comment.