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