调整默认配置

This commit is contained in:
tangly1024
2022-12-28 08:23:36 +08:00
parent afe3583e00
commit 9c428f7d43
2 changed files with 3 additions and 9 deletions

View File

@@ -58,11 +58,6 @@ const MyApp = ({ Component, pageProps }) => {
// 用户指定CUSTOM_FONT 则取CUSTOM_FONT_URL
const FONTS_URL = BLOG.CUSTOM_FONT ? BLOG.CUSTOM_FONT_URL : DEFAULT_FONTS_URL
// 延迟加载fontAwesome
React.useEffect(() => {
// loadExternalResource(BLOG.FONT_AWESOME_PATH, 'css')
}, [])
return (
<GlobalContextProvider>
{/* 渲染所有字体 */}