Skip to content

Commit 8f43a8c

Browse files
committed
Fix editUrl again
1 parent 3cfb36c commit 8f43a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const config = {
2727
({
2828
docs: {
2929
sidebarPath: require.resolve('./sidebars.js'),
30-
editUrl: 'https://github.com/react-querybuilder/react-querybuilder.github.io/blob/main/docs/',
30+
editUrl: 'https://github.com/react-querybuilder/react-querybuilder.github.io/blob/main/',
3131
remarkPlugins: [
3232
[
3333
transpileCodeblocks,
@@ -43,7 +43,7 @@ const config = {
4343
// blog: {
4444
// showReadingTime: true,
4545
// editUrl:
46-
// 'https://github.com/react-querybuilder/react-querybuilder.github.io/blob/main/blog/',
46+
// 'https://github.com/react-querybuilder/react-querybuilder.github.io/blob/main/',
4747
// },
4848
blog: false,
4949
theme: {

0 commit comments

Comments
 (0)