Skip to content

Commit a7a074d

Browse files
authored
Merge pull request #237 from coder-xiaomo/patch-1
fix: wrong "edit this page" GitHub url
2 parents e7d29b0 + e675b73 commit a7a074d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/docusaurus.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ const config: Config = {
3737
{
3838
docs: {
3939
sidebarPath: './sidebars.ts',
40-
// Please change this to your repo.
41-
// Remove this to remove the "edit this page" links.
42-
editUrl:
43-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
40+
// The "edit this page" links
41+
editUrl: 'https://github.com/OP-Engineering/op-sqlite/blob/main/',
4442
},
4543
theme: {
4644
customCss: './src/css/custom.css',

0 commit comments

Comments
 (0)