Skip to content

Commit fa4ea0f

Browse files
committed
fix: url
1 parent 236e80d commit fa4ea0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ const config: Config = {
3838
sidebarPath: "./sidebars.ts",
3939
// Please change this to your repo.
4040
// Remove this to remove the "edit this page" links.
41-
editUrl: "https://github.com/ExpTechTW/TREM-docs",
41+
editUrl: "https://github.com/ExpTechTW/TREM-docs/tree/main",
4242
editLocalizedFiles: true,
4343
},
4444
blog: {
4545
showReadingTime: true,
4646
// Please change this to your repo.
4747
// Remove this to remove the "edit this page" links.
48-
editUrl: "https://github.com/ExpTechTW/TREM-docs",
48+
editUrl: "https://github.com/ExpTechTW/TREM-docs/tree/main",
4949
editLocalizedFiles: true,
5050
},
5151
theme: {

0 commit comments

Comments
 (0)