mirror of
https://github.com/strapi/strapi.git
synced 2025-07-20 15:36:59 +00:00
7 lines
104 B
JavaScript
7 lines
104 B
JavaScript
const path = require('path');
|
|
|
|
// Theme API.
|
|
module.exports = {
|
|
extend: '@vuepress/theme-default',
|
|
};
|