JokeNetwork/faq

View on GitHub
next.config.js

Summary

Maintainability
A
0 mins
Test Coverage

const withNextra = require('nextra')({
  theme: 'nextra-theme-docs',
  themeConfig: './theme.config.tsx',
})

module.exports = withNextra()