hecho tema de que ahora se renderiza una imagen del post en og:image

This commit is contained in:
2026-01-06 13:35:40 -03:00
parent 99240f36c2
commit 110cccbe44
5 changed files with 294 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
: ''}
</title>
<meta name="og:description" content={data.post?.content?.slice(0, 150)} />
<!-- <meta name="og:image" content=""> -->
<meta name="og:image" content={`/post/img/${data.post.id}`} />
</svelte:head>
<div class="flex min-h-fit w-full items-center justify-center p-6 md:p-10">