Skip to content

Commit 1a4af21

Browse files
authored
Update example usage to mention forceIgnoreNoIndex [skip ci]
1 parent 760ac46 commit 1a4af21

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ module.exports = {
5555
// ... Your options.
5656
// `hashed` is recommended as long-term-cache of index file is possible.
5757
hashed: true,
58-
// For Docs using Chinese, The `language` is recommended to set to:
59-
// ```
58+
59+
// For Docs using Chinese, it is recomended to set:
6060
// language: ["en", "zh"],
61-
// ```
61+
62+
// If you're using `noIndex: true`, set `forceIgnoreNoIndex` to enable local index:
63+
// forceIgnoreNoIndex: true,
6264
}),
6365
],
6466
],

0 commit comments

Comments
 (0)