From 1936f1356266f040d7136144fdde879f8c332ff8 Mon Sep 17 00:00:00 2001 From: stack-wuh Date: Sun, 16 Oct 2022 18:29:42 +0800 Subject: [PATCH] =?UTF-8?q?fixed(iconfont.color):=20=E8=B0=83=E6=95=B4icon?= =?UTF-8?q?font=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 1a3af13c..9359914b 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -95,7 +95,7 @@ function MyApp({ Component, pageProps, router }: NextPropsWithLayout) { setThemePath('/scripts/theme-main.js') - setIconColorPath('at.alicdn.com/t/font_2595178_wa25xow6jmp.css') + setIconColorPath('//at.alicdn.com/t/font_2595178_wa25xow6jmp.css') setSlidePath('https://src.wuh.site/stylesheet/slick.min.css') setSlideThemePath('https://src.wuh.site/stylesheet/slick-theme.min.css')