From c55a12d3ceb8316d5f62bd0ccbb14966323316f9 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Thu, 22 Feb 2024 21:41:57 +0800 Subject: [PATCH] fix: ignore check font link --- .lycheeignore | 4 +++- .vitepress/config.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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: {