Skip to content

Commit

Permalink
Fix og images
Browse files Browse the repository at this point in the history
  • Loading branch information
seh-GAH-toh committed May 1, 2024
1 parent 2ac0c84 commit 1db1cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default defineNuxtConfig({
},
{
name: "og:image",
content: "/images/facebook-card.jpg",
content: "https://www.theendpoem.com/images/facebook-card.png",
},
{
name: "og:image:secure_url",
Expand Down Expand Up @@ -133,7 +133,7 @@ export default defineNuxtConfig({
},
{
name: "twitter:image",
content: "https://www.theendpoem.com/images/twitter-card.jpg",
content: "https://www.theendpoem.com/images/twitter-card.png",
},
{
name: "twitter:image:alt",
Expand Down

0 comments on commit 1db1cc7

Please sign in to comment.