站点的favicon支持配置notion-config

This commit is contained in:
tangly1024
2024-05-01 19:28:13 +08:00
parent 6c0306847d
commit 799222cc45
2 changed files with 3 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ class MyDocument extends Document {
return (
<Html lang={BLOG.LANG}>
<Head>
<link rel='icon' href={`${BLOG.BLOG_FAVICON}`} />
{/* 预加载字体 */}
{BLOG.FONT_AWESOME && (
<>