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

11 lines
179 B
JavaScript

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