isoflow/docs/next.config.js

8 lines
163 B
JavaScript
Raw Normal View History

2023-08-25 17:09:51 +00:00
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
basePath: '/docs',
});
module.exports = withNextra();