mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-27 18:30:31 +01:00
Fix error in writing page
This commit is contained in:
@@ -6,7 +6,7 @@ useHead({
|
|||||||
title: 'My Shelf • Arthur Danjou',
|
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('"', '')
|
const format = (date: string) => useDateFormat(date, 'D MMMM YYYY').value.replaceAll('"', '')
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user