Skip to content

Commit

Permalink
chore(docs): fix edit page (#570)
Browse files Browse the repository at this point in the history
Fixes "Edit this page" links on docs

task: none
  • Loading branch information
idea404 authored Mar 12, 2024
1 parent 4e5acca commit ed393ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config: Config = {
sidebarPath: "./sidebars.ts",
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/omni-network/omni/docs/site/",
editUrl: "https://github.com/omni-network/omni/tree/main/docs/site",
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
},
Expand Down

0 comments on commit ed393ad

Please sign in to comment.