Skip to content

Commit

Permalink
Merge branch 'feature/meta-tags-fix' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Jul 3, 2023
2 parents 5b67cac + 7bac60c commit 534fa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function SEO({ description, lang, meta, keywords, title, image }) {
},
{
name: `twitter:card`,
content: `summary`,
content: `summary_large_image`,
},
{
name: `twitter:creator`,
Expand Down

0 comments on commit 534fa7f

Please sign in to comment.