Skip to content

Commit 48a6048

Browse files
[dev] disable the noIndex config
1 parent 5cc494f commit 48a6048

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
@@ -132,7 +132,7 @@ const onAfterDataTransformation = (data) => {
132132

133133
/** @type {import('@docusaurus/types').Config} */
134134
const config = {
135-
noIndex: true,
135+
noIndex: false,
136136
title: 'DHTMLX JavaScript Pivot Docs',
137137
tagline: 'DHTMLX JavaScript Pivot Docs',
138138
url: 'https://docs.dhtmlx.com',

0 commit comments

Comments
 (0)