Skip to content

Commit

Permalink
add Twitter meta
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Oct 24, 2024
1 parent 94ed1cf commit 60ebb90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
name="description"
content="Revolution is a UK hackathon taking place sometime next year. We'd love to see you there!"
/>
<meta property="og:type" content="website" />
<meta name="og:type" content="website" />
<meta name="og:site_name" content="Revolution 2025" />
<meta name="og:image" content={SocialMediaCard} />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:src" content={SocialMediaCard}>
</svelte:head>

{#snippet email()}
Expand Down

0 comments on commit 60ebb90

Please sign in to comment.