Забыл убрать лишнее

This commit is contained in:
Иван Кузьменко 2025-09-29 03:26:35 +03:00
parent 6e6a927f76
commit 9bf0c14d1f

View file

@ -6,11 +6,6 @@
export let data: PageData;
const imageFallback = (event: any) => {
if (!event.target) return;
event.target.src = '/team/profiles/none.jpg';
};
const isPublic = !!data.blogPost.date;
</script>