docs/next.config.mjs

11 lines
184 B
JavaScript

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