bugfix(/blog) fix date formatting on BlogPostListItem

This commit is contained in:
Thomas 2024-03-17 22:22:20 +00:00
parent 1d39b84611
commit 5178a715d9

View file

@ -12,7 +12,7 @@
$: formattedDate = formatDate( $: formattedDate = formatDate(
new Date(date), new Date(date),
'yyyy-mm-dd', 'yyyy-MM-dd',
); );
</script> </script>