diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index 5882f265..af2192b0 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -2,6 +2,7 @@ import Link from 'next/link' import React from 'react' import CONFIG_HEXO from '../config_hexo' import { BlogPostCardInfo } from './BlogPostCardInfo' +import BLOG from '@/blog.config' // import Image from 'next/image' const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { @@ -34,7 +35,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { {/* 图片封面 */} {showPageCover && (