Skip to content

Commit

Permalink
Add social media tags
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
bramus committed Dec 2, 2024
1 parent f5c35c3 commit 7aaa758
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added public/social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ const timelines = biomes.reduce(
crossorigin="anonymous"
/>
<script type="module" src="./baseline-status.min.js"></script>
<meta property="og:title" content="CSS Wrapped 2024">
<meta property="og:description" content="Join the Chrome DevRel team and a skateboarding Chrome Dino on a journey through the latest CSS launched for Chrome and the web platform in 2024.">
<meta property="og:image" content="https://chrome.dev/css-wrapped-2024/social.png">
<meta property="og:url" content="https://chrome.dev/css-wrapped-2024/">
<meta name="og:site_name" content="CSS Wrapped 2024">
</head>
<body>
<PrimaryNav />
Expand Down

0 comments on commit 7aaa758

Please sign in to comment.