初始化夜间模式

This commit is contained in:
tangly1024
2022-03-03 15:56:55 +08:00
parent 3453bf9b11
commit fe4007bbca
4 changed files with 29 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ class MyDocument extends Document {
render () {
return (
<Html lang={BLOG.LANG}>
<Html lang={BLOG.LANG} className='test'>
<Head>
<link rel='icon' href='/favicon.ico' />
<link rel='icon' href='/favicon.svg' type='image/svg+xml' />