Skip to content

Instantly share code, notes, and snippets.

@shinokada
Last active October 29, 2022 22:06
Show Gist options
  • Save shinokada/5d5ef5c9d271418247e490aa57276def to your computer and use it in GitHub Desktop.
Save shinokada/5d5ef5c9d271418247e490aa57276def to your computer and use it in GitHub Desktop.
<script>
import { MetaTags } from 'svelte-meta-tags';
let description =
'20+ Icon sets from Font Awesome, Bootstrap, Flag, Cryptocurrency, Heroicons, File icons, Weather, Twitter emoji, Tabler icons and more.';
</script>
<MetaTags
facebook={{
appId: '674328730934834'
}}
title="Svelte SVG Icon Sets"
{description}
openGraph={{
type: 'website',
title: 'Svelte SVG Icon Sets',
url: 'https://svelte-svg-icons.vercel.app/',
description: `${description}`,
images: [
{
url: 'https://open-graph-vercel.vercel.app/api/svelte-svg-icons',
width: 1200,
height: 630,
alt: 'Svelte SVG Icon Sets'
}
],
site_name: 'Svelte SVG Icon Sets'
}}
twitter={{
handle: '@shinokada',
cardType: 'summary_large_image',
title: 'Svelte SVG Icon Sets',
description: `${description}`,
image: 'https://open-graph-vercel.vercel.app/api/svelte-svg-icons',
imageAlt: 'Svelte SVG Icon Sets'
}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment