mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 06:53:29 +00:00
11 lines
184 B
JavaScript
11 lines
184 B
JavaScript
import { guider } from '@neato/guider';
|
|
|
|
const withGuider = guider({
|
|
themeConfig: './theme.config.tsx',
|
|
});
|
|
|
|
export default withGuider({
|
|
output: 'export',
|
|
basePath: '/docs',
|
|
});
|