aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/next.config.js
blob: ef283632a06e10d931cc70368fe2a73f60b67259 (plain) (blame)
1
2
3
4
5
6
const withNextra = require('nextra')({
  theme: 'nextra-theme-docs',
  themeConfig: './theme.config.tsx',
})

module.exports = withNextra()