fix: ignore check font link
This commit is contained in:
@@ -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/
|
||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user