Files
providers/.docs/next.config.mjs
2024-04-15 12:19:03 +03:00

11 lines
189 B
JavaScript

import { guider } from '@neato/guider';
const withGuider = guider({
themeConfig: './theme.config.tsx',
});
export default withGuider({
output: 'export',
basePath: '/providers',
});