Merge branch 'main' into feat/secondary-menu

This commit is contained in:
tangly1024.com
2023-03-23 13:20:06 +08:00
7 changed files with 8 additions and 7 deletions

View File

@@ -11,13 +11,13 @@ class MyDocument extends Document {
render() {
return (
<Html lang={BLOG.LANG} className='test'>
<Html lang={BLOG.LANG}>
<Head>
<link rel='icon' href='/favicon.ico' />
<CommonScript />
</Head>
<body className={`${BLOG.FONT_STYLE} tracking-wider bg-day dark:bg-night`}>
<body className={`${BLOG.FONT_STYLE} bg-day dark:bg-night`}>
<Main />
<NextScript />
</body>