Skip to content

Commit

Permalink
Bug fix attempt (#110)
Browse files Browse the repository at this point in the history
## Overview

Attempting to fix thumbnail image bug by updating og image url to an
absolute link in metadata

## Relevant Issue

#100 
---

<!-- Thank you for contributing to Latina Dev, it is much appreciated! 😊
-->

<!-- Before creating a PR, make sure to verify the following. -->

> ✅️ By submitting this PR, I have verified the following

- [x] Reviewed the [contributing
guidelines](https://github.com/Latina-Dev/latina-dev/blob/master/.github/CONTRIBUTING.md)
🔍️
- [x] Added my name to the bottom of the list under the **Contributors**
section in the
[README.md](https://github.com/Latina-Dev/latina-dev/blob/master/README.md)
with a link to my personal website or GitHub profile 👥️
  • Loading branch information
EllaCodes4 authored Oct 13, 2023
2 parents 0e7135c + 63b2a19 commit e7830af
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

1 comment on commit e7830af

@vercel
Copy link

@vercel vercel bot commented on e7830af Oct 13, 2023

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.