Skip to content

Commit

Permalink
www: Update OG image and add more meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Jun 7, 2022
1 parent 39d3a6b commit 910f0df
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions www/src/routes/__layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,30 @@

<svelte:head>
<title>Svelte French Toast</title>
<meta property="og:title" content="Svelte French Toast" />
<meta name="title" content="Svelte French Toast" />
<meta
name="description"
content="Buttery smooth toast notifications for Svelte. Lightweight, customizable, and beautiful by default."
/>

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://svelte-french-toast.com" />
<meta property="og:url" content="https://svelte-french-toast.com/" />
<meta property="og:title" content="Svelte French Toast" />
<meta
property="og:description"
content="Buttery smooth toast notifications for Svelte. Lightweight, customizable, and beautiful by default."
/>
<meta property="og:image" content="https://svelte-french-toast.com/og-image.png" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://svelte-french-toast.com/" />
<meta property="twitter:title" content="Svelte French Toast" />
<meta
property="og:image:alt"
content="A silhouette of toast with Svelte French Toast written beneath it"
property="twitter:description"
content="Buttery smooth toast notifications for Svelte. Lightweight, customizable, and beautiful by default."
/>
<meta property="twitter:image" content="https://svelte-french-toast.com/og-image.png" />
</svelte:head>
<slot />
Binary file modified www/static/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 910f0df

@vercel
Copy link

@vercel vercel bot commented on 910f0df Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.