We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda6133 commit d3fbeefCopy full SHA for d3fbeef
nuxt.config.ts
@@ -33,6 +33,12 @@ export default defineNuxtConfig({
33
{ property: 'og:locale', content: 'en_GB' },
34
{ property: 'og:type', content: 'website' },
35
{ name: 'twitter:card', content: 'summary_large_image' },
36
+ { name: 'twitter:image', content: '/branding/og-image.png' },
37
+ { name: 'twitter:title', content: 'Solarity' },
38
+ {
39
+ name: 'twitter:description',
40
+ content: 'Solarity - your open source Solidity ecosystem',
41
+ },
42
],
43
44
link: [
0 commit comments