diff --git a/next.config.js b/next.config.js index 4f2dd12a..65fde6e7 100644 --- a/next.config.js +++ b/next.config.js @@ -12,6 +12,7 @@ module.exports = withBundleAnalyzer({ 'www.notion.so', 'avatars.githubusercontent.com', 'images.unsplash.com', + 'source.unsplash.com', 'p1.qhimg.com' ] }, diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index acc06a34..02940295 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -94,7 +94,7 @@ const BlogPostCard = ({ post, showSummary, siteInfo }) => { {showPageCover && !showPreview && post?.page_cover && ( -