Skip to content

Commit

Permalink
修正编辑链接
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbobobo committed Mar 16, 2024
1 parent 410d50e commit f785833
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 @@ -44,7 +44,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/gitbobobo/StreamMusic/blob/main/',
async sidebarItemsGenerator({defaultSidebarItemsGenerator, ...args}) {
const sidebarItems = await defaultSidebarItemsGenerator(args);
return reverseSidebarItems(sidebarItems);
Expand Down

0 comments on commit f785833

Please sign in to comment.