Merge branch 'main' into main

This commit is contained in:
李美哲
2024-02-07 20:33:46 +08:00
committed by GitHub
40 changed files with 382 additions and 242 deletions

View File

@@ -28,7 +28,7 @@ class MyDocument extends Document {
})}
</Head>
<body className={`${BLOG.FONT_STYLE} dark:bg-black font-light scroll-smooth`}>
<body className={`${BLOG.FONT_STYLE} dark:bg-black scroll-smooth`}>
<Main />
<NextScript />
</body>