pstream-docs/next.config.mjs
Pas 6100601ee5
Some checks are pending
docs-deploy / Build (push) Waiting to run
docs-deploy / deploy (push) Blocked by required conditions
Linting and Testing / Run Linters (push) Waiting to run
restore lost files
2026-05-06 17:58:01 -06: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',
});