This commit is contained in:
tangly1024
2022-01-18 12:40:42 +08:00
parent 2e9987a142
commit fc5f345128
2 changed files with 54 additions and 58 deletions

View File

@@ -13,7 +13,6 @@ class MyDocument extends Document {
return (
<Html lang={BLOG.LANG}>
<Head>
<title>{BLOG.title}</title>
<link rel='icon' href='/favicon.ico' />
<link rel='icon' href='/favicon.svg' type='image/svg+xml' />
<CommonScript />