pstream-docs/next.config.mjs
Captain Jack Sparrow 2aaf6bd273 deploy to root
2024-04-26 01:48:18 +00:00

9 lines
163 B
JavaScript

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