mirror of
https://github.com/bjarncraft/Searchcord-Docs.git
synced 2025-12-12 15:18:10 +00:00
7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
const withNextra = require('nextra')({
|
|
theme: 'nextra-theme-docs',
|
|
themeConfig: './theme.config.js',
|
|
unstable_staticImage: true,
|
|
})
|
|
module.exports = withNextra()
|