Skip to content

Commit

Permalink
avoid redirect for the url
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jan 16, 2025
1 parent 47a760e commit e730bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const config: Config = {
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: `${REPO_URL}/tree/main/docusaurus/`,
editUrl: `${REPO_URL}/blob/main/docusaurus/`,
routeBasePath: "/",
},
blog: false,
Expand Down

0 comments on commit e730bb2

Please sign in to comment.