diff --git a/themes/nav/components/BlogPostCard.js b/themes/nav/components/BlogPostCard.js index e9567d76..73622062 100755 --- a/themes/nav/components/BlogPostCard.js +++ b/themes/nav/components/BlogPostCard.js @@ -1,13 +1,14 @@ import Link from 'next/link' import NotionIcon from './NotionIcon' import { useRouter } from 'next/router' +import { siteConfig } from '@/lib/config' const BlogPostCard = ({ post, className }) => { const router = useRouter() const currentSelected = router.asPath.split('?')[0] === '/' + post.slug const pageIcon = post.pageIcon.indexOf('amazonaws.com') !== -1 ? post.pageIcon + '&width=88' : post.pageIcon return ( - +