mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-27 17:14:28 -03:00
hecho tema de que ahora se renderiza una imagen del post en og:image
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user