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