Skip to content

Commit 7b0f9e0

Browse files
committed
fix: fix edit page
1 parent dddab45 commit 7b0f9e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ const config = {
4444
// Please change this to your repo.
4545
// Remove this to remove the "edit this page" links.
4646
editUrl:
47-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
47+
'https://github.com/ServerlessLLM/serverlessllm.github.io/tree/main/docs/stable',
4848
},
4949
blog: {
5050
showReadingTime: true,
5151
// Please change this to your repo.
5252
// Remove this to remove the "edit this page" links.
53-
editUrl:
54-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
53+
// editUrl:
54+
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
5555
},
5656
theme: {
5757
customCss: './src/css/custom.css',

0 commit comments

Comments
 (0)