We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b9458 commit c041201Copy full SHA for c041201
docs/next.config.mjs
@@ -1,8 +1,9 @@
1
import nextra from 'nextra'
2
3
+// Configure Nextra v2.13 with top-level options
4
const withNextra = nextra({
5
theme: 'nextra-theme-docs',
- themeConfig: './theme.config.tsx',
6
+ themeConfig: './theme.config.tsx'
7
})
8
9
const isCI = !!process.env.GITHUB_ACTIONS
@@ -14,5 +15,5 @@ export default withNextra({
14
15
output: 'export',
16
distDir: 'out',
17
images: { unoptimized: true },
- basePath: isCI && isProd ? '/evolution-sdk' : '',
18
+ basePath: isCI && isProd ? '/evolution-sdk' : ''
19
0 commit comments