From 841029079492aae44b7bb62948255fc4fe5def2b Mon Sep 17 00:00:00 2001 From: "SilverAg.L" Date: Wed, 2 Jul 2025 02:37:51 +0800 Subject: [PATCH] fix(css): using faster jsdelivr source --- vuepress.config.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/vuepress.config.ts b/vuepress.config.ts index 31fe0d0..c9f047f 100644 --- a/vuepress.config.ts +++ b/vuepress.config.ts @@ -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: "",