pstream-docs/next.config.mjs
Pas 7151a93952
Some checks failed
docs-deploy / Build (push) Has been cancelled
Linting and Testing / Run Linters (push) Has been cancelled
docs-deploy / deploy (push) Has been cancelled
Update next.config.mjs
2026-03-05 10:36:08 -07:00

10 lines
184 B
JavaScript

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