mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 20:19:35 +01:00
Fix error in writing page
This commit is contained in:
@@ -6,7 +6,7 @@ useHead({
|
||||
title: 'My Shelf • Arthur Danjou',
|
||||
})
|
||||
|
||||
const { data: posts } = await usePosts()
|
||||
const { data: posts } = await getPosts()
|
||||
const format = (date: string) => useDateFormat(date, 'D MMMM YYYY').value.replaceAll('"', '')
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user