Skip to content

Commit b17e22a

Browse files
committed
uncomment return statement
1 parent 5fe0a70 commit b17e22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const config = {
9999
breadcrumbs: true,
100100
editUrl: ({ docPath }) => {
101101
if (docPath === 'index.md')
102-
//return false
102+
return false
103103
if (
104104
docPath.includes('development') ||
105105
docPath.includes('engines') ||

0 commit comments

Comments
 (0)