Skip to content

Commit

Permalink
Merge pull request #7 from emmanuel-mendez:dev
Browse files Browse the repository at this point in the history
fix: update Open Graph image URL to use absolute path
  • Loading branch information
emmanuel-mendez authored Jan 13, 2025
2 parents f63719a + 71892f0 commit 1e52e0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
property="og:description"
content="+3 years of experience creating web applications using TypeScript and frontend frameworks, managing global states, documenting UI components and unit testing them. Expert using CSS frameworks and UI component libraries. Advanced knowledge of best practices, programming principles, object-oriented, reactive and functional programming, design patterns and atomic design."
/>
<meta property="og:image" content="png/open-graph.png" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/emmanuel-mendez/emmanuel-mendez.github.io/refs/heads/main/public/png/open-graph.png"
/>
<meta property="og:url" content="https://emmanuel-mendez.github.io" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Emmanuel Mendez" />
Expand Down

0 comments on commit 1e52e0b

Please sign in to comment.