mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-24 12:45:52 +10:00
12 lines
200 B
JavaScript
12 lines
200 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'@vuepress/blog',
|
|
'@vuepress/pagination',
|
|
'@vuepress/medium-zoom',
|
|
['@vuepress/search', {
|
|
searchMaxSuggestions: 10,
|
|
test: null
|
|
}]
|
|
]
|
|
}
|