mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-19 14:37:49 -04: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();
|