mirror of
https://github.com/MinazukiAmane/MiYoVerse.git
synced 2025-03-15 04:55:53 +08:00
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
const withNextra = require('nextra')({
|
|
theme: 'nextra-theme-docs',
|
|
themeConfig: './theme.config.tsx',
|
|
})
|
|
|
|
module.exports = withNextra()
|