mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-01 07:34:46 +00:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
|
const withNextra = require('nextra')({
|
||
|
theme: 'nextra-theme-docs',
|
||
|
themeConfig: './theme.config.tsx',
|
||
|
basePath: '/docs',
|
||
|
});
|
||
|
|
||
|
module.exports = withNextra();
|