Skip to content

Commit 5fe0a70

Browse files
committed
fix 'false' displaying in loop after optimized production build starts
1 parent 4c10149 commit 5fe0a70

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
@@ -98,8 +98,8 @@ const config = {
9898
editCurrentVersion: true,
9999
breadcrumbs: true,
100100
editUrl: ({ docPath }) => {
101-
if (docPath === 'index.md') return false
102-
101+
if (docPath === 'index.md')
102+
//return false
103103
if (
104104
docPath.includes('development') ||
105105
docPath.includes('engines') ||

0 commit comments

Comments
 (0)