General fix the homepage and the sponsor block overflow on mobile
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<script>
|
||||
let { thumbnail = '' } = $props();
|
||||
let { thumbnail } = $props();
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<meta property="og:image" content={thumbnail} />
|
||||
<meta property="twitter:image" content={thumbnail} />
|
||||
{#if thumbnail}
|
||||
<meta property="og:image" content={thumbnail} />
|
||||
<meta property="twitter:image" content={thumbnail} />
|
||||
{/if}
|
||||
</svelte:head>
|
||||
|
||||
Reference in New Issue
Block a user