chore: make edit button go to edit directly
parent
8da97f6e9c
commit
c0106ad774
|
|
@ -43,7 +43,7 @@ const config = {
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/TabbyML/tabby/tree/main/website',
|
'https://github.com/TabbyML/tabby/edit/main/website',
|
||||||
},
|
},
|
||||||
blog: {
|
blog: {
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue