chatgpt-api/docs/next.config.mjs

12 wiersze
226 B
JavaScript

import nextra from 'nextra'
const withNextra = nextra({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
staticImage: true,
flexsearch: false,
defaultShowCopyCode: true
})
export default withNextra()