fix(css): using faster jsdelivr source
All checks were successful
部署文档 / build (push) Successful in 1m24s

This commit is contained in:
2025-07-02 02:37:51 +08:00
parent 69de54787e
commit 8410290794

View File

@ -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: "",