From d68a4376a6f6e803abe8ba5c1e23e781fadb49bc Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 2 Sep 2023 13:06:05 +0800 Subject: [PATCH] =?UTF-8?q?nobelium=20=E4=B8=BB=E9=A1=B5=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/nobelium/components/BlogPost.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/nobelium/components/BlogPost.js b/themes/nobelium/components/BlogPost.js index b1080b35..28bc1710 100644 --- a/themes/nobelium/components/BlogPost.js +++ b/themes/nobelium/components/BlogPost.js @@ -1,6 +1,5 @@ import Link from 'next/link' import BLOG from '@/blog.config' -import formatDate from '@/lib/formatDate' const BlogPost = ({ post }) => { return ( @@ -12,7 +11,7 @@ const BlogPost = ({ post }) => { {post.title}