Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
isAntVSite: true, // 是否是 AntV 的大官网
footerTheme: 'light',
siteUrl: homepage, // 官网地址
githubUrl: repository.url, // GitHub 地址
githubUrl: 'https://github.com/antvis', // GitHub 地址
showSearch: true, // 是否显示搜索框
showGithubCorner: true, // 是否显示头部的 GitHub icon
showAntVProductsCard: true, // 是否显示 AntV 产品汇总的卡片
Expand Down