Skip to content

Commit

Permalink
Merge pull request #820 from Quentium-Forks/main
Browse files Browse the repository at this point in the history
Bump dependencies & support next 14 for docs
  • Loading branch information
dartpain authored Feb 5, 2024
2 parents 510b517 + 6db38ad commit 166a077
Show file tree
Hide file tree
Showing 4 changed files with 1,331 additions and 643 deletions.
14 changes: 7 additions & 7 deletions docs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx'
})
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx'
})

module.exports = withNextra()

module.exports = withNextra()

// If you have other Next.js configurations, you can pass them as the parameter:
// module.exports = withNextra({ /* other next.js config */ })
// If you have other Next.js configurations, you can pass them as the parameter:
// module.exports = withNextra({ /* other next.js config */ })
Loading

0 comments on commit 166a077

Please sign in to comment.