Skip to content

Commit c041201

Browse files
committed
fix: config
1 parent 92b9458 commit c041201

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/next.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import nextra from 'nextra'
22

3+
// Configure Nextra v2.13 with top-level options
34
const withNextra = nextra({
45
theme: 'nextra-theme-docs',
5-
themeConfig: './theme.config.tsx',
6+
themeConfig: './theme.config.tsx'
67
})
78

89
const isCI = !!process.env.GITHUB_ACTIONS
@@ -14,5 +15,5 @@ export default withNextra({
1415
output: 'export',
1516
distDir: 'out',
1617
images: { unoptimized: true },
17-
basePath: isCI && isProd ? '/evolution-sdk' : '',
18+
basePath: isCI && isProd ? '/evolution-sdk' : ''
1819
})

0 commit comments

Comments
 (0)