7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
|
const path = require('path')
|
||
|
|
||
|
// Theme API.
|
||
|
module.exports = {
|
||
|
extend: '@vuepress/theme-default'
|
||
|
}
|