diff --git a/.lycheeignore b/.lycheeignore index ba2d947..1d749a8 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -6,4 +6,6 @@ https://datawhale.feishu.cn/docs/doccn0AOicI3LJ8RwhY0cuDPSOc# https://message.hdu-cs.wiki/ https://adworld.xctf.org.cn/ http://sequence-gallery.chal.crewc.tf:8080/ -https://www.csie.ntu.edu.tw/~b97053/paper/Rendle2010FM.pdf \ No newline at end of file +https://www.csie.ntu.edu.tw/~b97053/paper/Rendle2010FM.pdf +https://fonts.googleapis.com/ +https://fonts.gstatic.com/ \ No newline at end of file diff --git a/.vitepress/config.js b/.vitepress/config.js index 4058885..3f0d4c7 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -40,7 +40,7 @@ export default withMermaid({ ["link", { "rel": "dns-prefetch", "href": "https://fonts.googleapis.com" }], ["link", { "rel": "dns-prefetch", "href": "https://fonts.gstatic.com" }], ["link", { "rel": "preconnect", "href": "https://fonts.googleapis.com" }], - ["link", { "rel": "preconnect", "href": "https://fonts.gstatic.com" }], + ["link", { "rel": "preconnect", "href": "https://fonts.gstatic.com", "crossorigin": "anonymous"}], ["link", { "rel": "stylesheet", "href": "https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Sans+Mono:wght@400;600;700&family=Noto+Sans+SC:wght@400;600;700&display=swap" }], ], themeConfig: {