mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore(seo): remove redundant twitter metadata tags (#29801)
This commit is contained in:
parent
d2744f52b1
commit
f73c53c563
2 changed files with 1 additions and 22 deletions
|
|
@ -256,20 +256,6 @@
|
|||
).href}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
<!-- Twitter Meta Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content={page.data.meta.title} />
|
||||
<meta name="twitter:description" content={page.data.meta.description} />
|
||||
{#if page.data.meta.imageUrl}
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content={new URL(
|
||||
page.data.meta.imageUrl,
|
||||
serverConfigManager.value.externalDomain || globalThis.location.origin,
|
||||
).href}
|
||||
/>
|
||||
{/if}
|
||||
{/if}
|
||||
</svelte:head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue