We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9907ad commit 6f977faCopy full SHA for 6f977fa
docs/next.config.mjs
@@ -2,8 +2,6 @@ import nextra from 'nextra'
2
3
// Configure Nextra v2.13 with top-level options
4
const withNextra = nextra({
5
- theme: 'nextra-theme-docs',
6
- themeConfig: './theme.config.tsx'
7
})
8
9
const isCI = !!process.env.GITHUB_ACTIONS
0 commit comments