Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import nextra from 'nextra'

const withNextra = nextra({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx'
// ... Other Nextra config options
})

// You can include other Next.js configuration options here, in addition to Nextra settings:
Expand Down