fix: ignore check font link

This commit is contained in:
camera-2018
2024-02-22 21:41:57 +08:00
parent 19508d26aa
commit c55a12d3ce
2 changed files with 4 additions and 2 deletions

View File

@@ -7,3 +7,5 @@ https://message.hdu-cs.wiki/
https://adworld.xctf.org.cn/ https://adworld.xctf.org.cn/
http://sequence-gallery.chal.crewc.tf:8080/ http://sequence-gallery.chal.crewc.tf:8080/
https://www.csie.ntu.edu.tw/~b97053/paper/Rendle2010FM.pdf https://www.csie.ntu.edu.tw/~b97053/paper/Rendle2010FM.pdf
https://fonts.googleapis.com/
https://fonts.gstatic.com/

View File

@@ -40,7 +40,7 @@ export default withMermaid({
["link", { "rel": "dns-prefetch", "href": "https://fonts.googleapis.com" }], ["link", { "rel": "dns-prefetch", "href": "https://fonts.googleapis.com" }],
["link", { "rel": "dns-prefetch", "href": "https://fonts.gstatic.com" }], ["link", { "rel": "dns-prefetch", "href": "https://fonts.gstatic.com" }],
["link", { "rel": "preconnect", "href": "https://fonts.googleapis.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" }], ["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: { themeConfig: {