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 5733a17 + be17335 commit c831598Copy full SHA for c831598
.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