Skip to content

Commit

Permalink
Bug fix attempt- updated the image url
Browse files Browse the repository at this point in the history
  • Loading branch information
EllaCodes4 committed Oct 11, 2023
1 parent 0e7135c commit 63b2a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout/MetaTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function MetaTags() {
return (
<>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:image" content="img/featured-image.png" />
<meta property="og:image" content="https://latina.dev/img/featured-image.png" />
<meta property="og:type" content="website" />
{/* For new browsers - multisize ico */}
<link
Expand Down

0 comments on commit 63b2a19

Please sign in to comment.