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 f6d16f6 commit 2317559Copy full SHA for 2317559
package.json
@@ -17,6 +17,7 @@
17
"devDependencies": {
18
"vuepress": "^1.9.7",
19
"vuepress-plugin-clean-urls": "^1.1.2",
20
+ "vuepress-plugin-fulltext-search": "^2.2.1",
21
"vuepress-plugin-google-tag-manager": "0.0.5"
22
}
23
src/.vuepress/config.js
@@ -75,7 +75,8 @@ module.exports = {
75
[ 'clean-urls', {
76
normalSuffix: pageSuffix,
77
indexSuffix: pageSuffix
78
- }]
+ }],
79
+ ['fulltext-search']
80
],
81
82
markdown: {
0 commit comments