diff --git a/blog.config.js b/blog.config.js index 2b8432be..5890e0ac 100644 --- a/blog.config.js +++ b/blog.config.js @@ -9,7 +9,7 @@ const BLOG = { notionAccessToken: process.env.NOTION_ACCESS_TOKEN || '', // Useful if you prefer not to make your database public defaultImgCover: 'https://avatars.githubusercontent.com/u/15920488', // default image cover appearance: 'auto', // ['light', 'dark', 'auto'], - font: 'font-serif', // ['font-sans', 'font-serif', 'font-mono'] + font: 'font-sans', // ['font-sans', 'font-serif', 'font-mono'] lightBackground: '#ffffff', // use hex value, don't forget '#' e.g #fffefc darkBackground: '#111827', // use hex value, don't forget '#' path: '', // leave this empty unless you want to deploy in a folder diff --git a/components/BlogPostArchive.js b/components/BlogPostArchive.js index c37b2722..e4ddf742 100644 --- a/components/BlogPostArchive.js +++ b/components/BlogPostArchive.js @@ -14,7 +14,7 @@ const BlogPostArchive = ({ posts = [], archiveTitle }) => { return <> } else { return
-
{archiveTitle}
+
{archiveTitle}
{/* 文章列表 */}