Skip to content

Commit

Permalink
updated twitter meta tags (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilbonekit authored Oct 25, 2024
1 parent dda6133 commit d3fbeef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ export default defineNuxtConfig({
{ property: 'og:locale', content: 'en_GB' },
{ property: 'og:type', content: 'website' },
{ name: 'twitter:card', content: 'summary_large_image' },
{ name: 'twitter:image', content: '/branding/og-image.png' },
{ name: 'twitter:title', content: 'Solarity' },
{
name: 'twitter:description',
content: 'Solarity - your open source Solidity ecosystem',
},
],

link: [
Expand Down

0 comments on commit d3fbeef

Please sign in to comment.