Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Nov 29, 2024
1 parent 236e80d commit fa4ea0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ 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/ExpTechTW/TREM-docs",
editUrl: "https://github.com/ExpTechTW/TREM-docs/tree/main",
editLocalizedFiles: true,
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/ExpTechTW/TREM-docs",
editUrl: "https://github.com/ExpTechTW/TREM-docs/tree/main",
editLocalizedFiles: true,
},
theme: {
Expand Down

0 comments on commit fa4ea0f

Please sign in to comment.