Files
flashcards-docs/next.config.js
2023-06-23 09:34:10 +00:00

7 lines
140 B
JavaScript

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