isoflow/docs/next.config.js
2023-08-25 18:09:51 +01:00

7 lines
163 B
JavaScript

const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
basePath: '/docs',
});
module.exports = withNextra();