diff --git a/src/pages/index.vue b/src/pages/index.vue index a6b2af2..71e55f6 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -2,6 +2,9 @@ useHead({ title: 'Arthur Danjou • Software Engineer and Maths Lover', }) + +const { data: latestArticle, pending } = await useLatestPost() +const format = (date: string) => useDateFormat(date, 'D MMMM YYYY').value.replaceAll('"', '')