Skip to content

Commit 6dfdbcb

Browse files
committed
Fix base URL used in "Edit this page" links
1 parent 0afb225 commit 6dfdbcb

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,7 +38,7 @@ const config: Config = {
3838
// Please change this to your repo.
3939
// Remove this to remove the "edit this page" links.
4040
editUrl:
41-
'https://github.com/lbl-rse/lbl-rse.github.io',
41+
'https://github.com/lbl-rse/lbl-rse.github.io/blob/main',
4242
},
4343
blog: {
4444
showReadingTime: true,
@@ -49,7 +49,7 @@ const config: Config = {
4949
// Please change this to your repo.
5050
// Remove this to remove the "edit this page" links.
5151
editUrl:
52-
'https://github.com/lbl-rse/lbl-rse.github.io',
52+
'https://github.com/lbl-rse/lbl-rse.github.io/blob/main',
5353
},
5454
theme: {
5555
customCss: './src/css/custom.css',

0 commit comments

Comments
 (0)