forked from mirrors/thatmattlove-hyperglass
6 lines
142 B
JavaScript
6 lines
142 B
JavaScript
const withNextra = require('nextra')({
|
|
theme: 'nextra-theme-docs',
|
|
themeConfig: './theme.config.tsx',
|
|
});
|
|
|
|
module.exports = withNextra();
|