diff --git a/components/blogpost.tsx b/components/blogpost.tsx index 281f5dd..47b5e1d 100644 --- a/components/blogpost.tsx +++ b/components/blogpost.tsx @@ -3,6 +3,7 @@ import tagsPic from '../public/tags.svg'; import calendarPic from '../public/calendar.svg' +import Link from 'next/link'; import AnimatedLink from '../components/animatedLink'; import Image from 'next/image'; @@ -11,7 +12,7 @@ interface BlogPost { body: string; publish: string; get_absolute_url: string; - tags: string[]; + tags: string[]; } interface BlogAreaProps { @@ -46,7 +47,7 @@ export default function BlogArea({ blogposts }: BlogAreaProps) {
{blogpost.publish}