Skip to content

Commit

Permalink
fix: add baeUrl to next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
euonymos committed Jan 7, 2025
1 parent e2a6390 commit 7ab4209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import nextra from 'nextra'
import remarkCodeImport from 'remark-code-import'

const withNextra = nextra({
basePath: '/clb-docs',
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
defaultShowCopyCode: true,
Expand Down

0 comments on commit 7ab4209

Please sign in to comment.