mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 23:16:52 +00:00
🕶 修复编译异常
This commit is contained in:
@@ -60,7 +60,7 @@ const DefaultLayout = ({ tags, posts, page, currentTag, ...customMeta }) => {
|
|||||||
changeColumn(3)
|
changeColumn(3)
|
||||||
} else if (window.innerWidth > 900) {
|
} else if (window.innerWidth > 900) {
|
||||||
changeColumn(2)
|
changeColumn(2)
|
||||||
} else if (window.innerWidth < 900) {
|
} else if (window.innerWidth <= 900) {
|
||||||
changeColumn(1)
|
changeColumn(1)
|
||||||
}
|
}
|
||||||
}, 500)
|
}, 500)
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ class MyDocument extends Document {
|
|||||||
<Head>
|
<Head>
|
||||||
<link rel='icon' href='/favicon.ico' />
|
<link rel='icon' href='/favicon.ico' />
|
||||||
<link rel='icon' href='/favicon.svg' type='image/svg+xml' />
|
<link rel='icon' href='/favicon.svg' type='image/svg+xml' />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
||||||
<meta property='og:locale' content={BLOG.lang} />
|
<meta property='og:locale' content={BLOG.lang} />
|
||||||
<meta content={BLOG.darkBackground} name='theme-color' />
|
<meta content={BLOG.darkBackground} name='theme-color' />
|
||||||
<meta name='robots' content='follow, index' />
|
<meta name='robots' content='follow, index' />
|
||||||
|
|||||||
Reference in New Issue
Block a user