diff --git a/frontend/components/global/BlogPost.vue b/frontend/components/global/BlogPost.vue index 485bf58..76f425f 100644 --- a/frontend/components/global/BlogPost.vue +++ b/frontend/components/global/BlogPost.vue @@ -3,12 +3,11 @@ // types type Props = { + id: number; tag: string; date: string; - comments: number; title: string; description: string; - link: string; variant?: "sm" | "lg"; image: string, } @@ -23,96 +22,95 @@ const {} = toRefs(props); \ No newline at end of file