We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760ac46 commit 1a4af21Copy full SHA for 1a4af21
README.md
@@ -55,10 +55,12 @@ module.exports = {
55
// ... Your options.
56
// `hashed` is recommended as long-term-cache of index file is possible.
57
hashed: true,
58
- // For Docs using Chinese, The `language` is recommended to set to:
59
- // ```
+
+ // For Docs using Chinese, it is recomended to set:
60
// language: ["en", "zh"],
61
62
+ // If you're using `noIndex: true`, set `forceIgnoreNoIndex` to enable local index:
63
+ // forceIgnoreNoIndex: true,
64
}),
65
],
66
0 commit comments