Files
docs/new/next.config.js
2024-01-12 17:26:05 +01:00

9 lines
160 B
JavaScript

import nextra from "nextra";
const withNextra = nextra({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx'
})
export default withNextra({});