Skip to content

Commit

Permalink
fix: dumi-theme-antv footerTheme light (#5813)
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-qing-hai committed Nov 20, 2023
1 parent 18a7192 commit 2f9c729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default defineConfig({
description: 'The Grammar of Visualization in JavaScript',
defaultLanguage: 'zh', // 默认语言
isAntVSite: false, // 是否是 AntV 的大官网
footerTheme: 'light', // 白色 底部主题
siteUrl: 'https://antv.antgroup.com/', // 官网首页地址
githubUrl: repository.url, // GitHub 地址
showSearch: true, // 是否显示搜索框
Expand Down

0 comments on commit 2f9c729

Please sign in to comment.