Files
Searchcord-Docs/next.config.js
2022-04-20 16:53:02 +02:00

7 lines
168 B
JavaScript

const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.js',
unstable_staticImage: true,
})
module.exports = withNextra()