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