23 lines
285 B
JavaScript
Raw Normal View History

module.exports = [
[
'@vuepress/back-to-top'
],
[
'@vuepress/google-analytics',
{
'ga': 'UA-148212082-1'
}
],
[
'container',
{
type: 'expander',
before: info => `<details><summary>${info}</summary>\n`,
after: '</details>\n'
}
2019-09-24 09:11:01 +02:00
],
[
2019-09-24 09:12:49 +02:00
'clean-urls'
]
];