Skip to content

Commit

Permalink
🐞 fix: change twitter:image link
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjorger committed Nov 26, 2023
1 parent 94b05aa commit 15e78fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const isEditPage = pageTitle.includes('Editor');
<meta name="twitter:description" content={pageDescription} />
<meta
name="twitter:image"
content="https://cuvimaker.netlify.app/cuvimaker.svg"
content="https://cuvimaker.netlify.app/cuvimakerText.svg"
/>

<title>{pageTitle}</title>
Expand Down

0 comments on commit 15e78fb

Please sign in to comment.