Skip to content

Commit

Permalink
Update twitter image to updated og image in www
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmybisenius committed Dec 23, 2020
1 parent ef25745 commit 4c2c6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
{ name: 'og:image', content: 'https://singlelink.co/open-graph-image.png' },
{ name: 'og:title', content: 'Singlelink - A single link for everything 🔗🔥' },
{ name: 'og:description', content: 'A single link for everything. Build your profile in seconds and get started for free!'},
{ name: 'twitter:image', content: 'https://singlelink.co/SingleLink-Hero-v2.png' },
{ name: 'twitter:image', content: 'https://singlelink.co/open-graph-image.png' },
{ name: 'twitter:title', content: 'Singlelink - A single link for everything 🔗🔥' },
{ name: 'twitter:description', content: 'A single link for everything. Build your profile in seconds and get started for free!'},
{ name: 'twitter:card', content: 'summary_large_image'},
Expand Down

0 comments on commit 4c2c6c6

Please sign in to comment.