first commit

This commit is contained in:
bjarncraft
2022-04-20 16:53:02 +02:00
commit 419667b336
20 changed files with 2554 additions and 0 deletions

6
next.config.js Normal file
View File

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