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