clean code

This commit is contained in:
tangly
2022-10-21 16:59:47 +08:00
parent 1f4b9a54f8
commit c173926b61

View File

@@ -23,9 +23,8 @@ class MyDocument extends Document {
</Head>
<body className={'tracking-wider subpixel-antialiased bg-day dark:bg-night'}>
字体 <div>{JSON.parse(BLOG.CUSTOM_FONT)}</div> <span>{BLOG.CUSTOM_FONT_URL}</span>
<Main />
<NextScript />
<Main />
<NextScript />
</body>
</Html>
)