Update +page.svelte

This commit is contained in:
freearhey 2023-10-14 16:10:46 +03:00
parent 76fa5d6b46
commit e7dfebdd1a

View file

@ -27,7 +27,7 @@
<svelte:head> <svelte:head>
<title>{channel && channel.name ? `${channel.name} iptv-org` : 'iptv-org'}</title> <title>{channel && channel.name ? `${channel.name} iptv-org` : 'iptv-org'}</title>
<meta name="description" content="A detailed description of {channel.name}." /> <meta name="description" content="Detailed description of {channel.name}." />
{@html schema()} {@html schema()}
</svelte:head> </svelte:head>