Skip to content

Commit

Permalink
[og] update card to latest screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Nov 3, 2023
1 parent 3c3b3a9 commit 0661a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<meta property="og:title" content="Movies App">
<meta property="og:description"
content="Movies is a non-trivial learning application in Next.js, Angular, Nuxt.js, Svelte, Lit and other frameworks. Built to show developers how they can deliver reasonably good experience while maintaining good developer experience.">
<meta property="og:image" content="https://tastejs.com/images/movies-app.jpg">
<meta property="og:image" content="https://tastejs.com/movies/images/movies-app.jpg">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tastejs.com/movies/">
<meta property="twitter:title" content="Movies App">
<meta property="twitter:description"
content="Movies is a non-trivial learning application in Next.js, Angular, Nuxt.js, Svelte, Lit and other frameworks. Built to show developers how they can deliver reasonably good experience while maintaining good developer experience.">
<meta property="twitter:image" content="https://tastejs.com/images/movies-app.jpg">
<meta property="twitter:image" content="https://tastejs.com/movies/images/movies-app.jpg">

<!-- Existing head meta tags -->
<style>
Expand Down

0 comments on commit 0661a46

Please sign in to comment.