7 lines
101 B
JavaScript
Raw Normal View History

2020-02-15 15:26:37 +02:00
const path = require('path')
// Theme API.
module.exports = {
extend: '@vuepress/theme-default'
}