docs/next.config.mjs

10 lines
163 B
JavaScript
Raw Permalink Normal View History

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