diff --git a/blog.config.js b/blog.config.js index 5890e0ac..4480601e 100644 --- a/blog.config.js +++ b/blog.config.js @@ -61,7 +61,7 @@ const BLOG = { isProd: process.env.VERCEL_ENV === 'production', // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables) googleAdsenseId: 'ca-pub-2708419466378217', // 谷歌广告ID DaoVoiceId: '', // 在线聊天 DaoVoice http://dashboard.daovoice.io/get-started - TidioId: '8lgekxyr9hr9m7archbs0a4a2gu9ckbg' // 在线聊天 https://www.tidio.com/ + TidioId: '' // 在线聊天 https://www.tidio.com/ } // export default BLOG module.exports = BLOG diff --git a/components/BlogPostCard.js b/components/BlogPostCard.js index 06802429..ae6519e2 100644 --- a/components/BlogPostCard.js +++ b/components/BlogPostCard.js @@ -4,7 +4,7 @@ import Link from 'next/link' import React from 'react' import Image from 'next/image' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faFolderOpen } from '@fortawesome/free-solid-svg-icons' +import { faFolder } from '@fortawesome/free-solid-svg-icons' const BlogPostCard = ({ post, tags }) => { return ( @@ -18,7 +18,7 @@ const BlogPostCard = ({ post, tags }) => {
- {post.category} + {post.category} | diff --git a/components/CategoryGroup.js b/components/CategoryGroup.js index 48e79dce..0c598f31 100644 --- a/components/CategoryGroup.js +++ b/components/CategoryGroup.js @@ -10,7 +10,7 @@ const CategoryGroup = ({ currentCategory, categories }) => { const selected = currentCategory === category return
- {category}({categories[category]})
+ {category}({categories[category]})
})} diff --git a/components/InfoCard.js b/components/InfoCard.js index 43756c44..b0821aaf 100644 --- a/components/InfoCard.js +++ b/components/InfoCard.js @@ -12,6 +12,7 @@ const InfoCard = () => { alt={BLOG.author} width={100} height={100} + loading='lazy' src='/avatar.svg' className='rounded-full border-black' />