fix(css): using faster jsdelivr source
All checks were successful
部署文档 / build (push) Successful in 1m24s
All checks were successful
部署文档 / build (push) Successful in 1m24s
This commit is contained in:
@ -25,7 +25,14 @@ export default defineUserConfig({
|
||||
[
|
||||
"link",
|
||||
{
|
||||
href: "https://cdn.jsdelivr.net/npm/lxgw-wenkai-screen-web/style.css",
|
||||
href: "https://fastly.jsdelivr.net/",
|
||||
rel: "preconnect",
|
||||
},
|
||||
],
|
||||
[
|
||||
"link",
|
||||
{
|
||||
href: "https://fastly.jsdelivr.net/npm/lxgw-wenkai-screen-web/style.css",
|
||||
rel: "stylesheet",
|
||||
// as: "font",
|
||||
// crossorigin: "",
|
||||
|
Reference in New Issue
Block a user