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