mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 16:26:25 +00:00
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
|
const withNextra = require('nextra')({
|
||
|
theme: 'nextra-theme-docs',
|
||
|
themeConfig: './theme.config.jsx',
|
||
|
})
|
||
|
|
||
|
module.exports = withNextra()
|