Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix(links): 修复国内镜像 links 处理 (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Dec 21, 2021
1 parent 184fbc1 commit 55bf61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @antv/gatsby-theme-antv/site/components/getProducts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ export function getNewProducts({
}
newLinks[k] = { ...value, url: actualUrl };
});
return { ...d, links };
return { ...d, links: newLinks };
});
});
}

0 comments on commit 55bf61e

Please sign in to comment.