mirror of
https://github.com/bjarncraft/Searchcord-Docs.git
synced 2025-12-12 15:18:10 +00:00
first commit
This commit is contained in:
6
next.config.js
Normal file
6
next.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const withNextra = require('nextra')({
|
||||
theme: 'nextra-theme-docs',
|
||||
themeConfig: './theme.config.js',
|
||||
unstable_staticImage: true,
|
||||
})
|
||||
module.exports = withNextra()
|
||||
Reference in New Issue
Block a user