7 lines
104 B
JavaScript
Raw Normal View History

const path = require('path');
// Theme API.
module.exports = {
extend: '@vuepress/theme-default',
};