feat: install Nextra

This commit is contained in:
Anthony Berg
2023-06-23 16:31:56 +01:00
parent 4bd52f4be2
commit c9b5e7e260
10 changed files with 6097 additions and 460 deletions

View File

@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './src/theme.config.tsx'
})
module.exports = nextConfig
module.exports = withNextra()