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.
2 parents f65a1c0 + c831598 commit ebae77fCopy full SHA for ebae77f
.vuepress/config.js
@@ -37,17 +37,13 @@ export default defineUserConfig({
37
contributors: false,
38
darkmode: 'toggle',
39
pageInfo: ['ReadingTime'],
40
+ plugins: {
41
+ mdEnhance: {
42
+ footnote: true,
43
+ imgLazyload: true
44
+ },
45
+ searchPro: true
46
+ }
47
}),
- plugins: [
- mdEnhance({
- footnote: true,
- imgLazyload: true
- }),
- searchProPlugin({
- indexContent: true,
48
- autoSuggestions: true
49
- })
50
- ],
51
-
52
bundler: viteBundler({}),
53
})
0 commit comments