Skip to content

Commit 26e2f48

Browse files
authored
Merge pull request #23 from Codeon-org/dev
🔍 Update meta tag for better seo on twitter
2 parents d0ee17c + 94478fc commit 26e2f48

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

nuxt.config.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ export default {
2626
property: "og:image",
2727
content: "https://codeon.fr/og_image.png",
2828
},
29+
{
30+
hid: "twitter:creator",
31+
name: "twitter:creator",
32+
content: "@MrAnyx",
33+
},
2934
{
3035
hid: "og:site_name",
3136
property: "og:site_name",
@@ -38,12 +43,12 @@ export default {
3843
},
3944
{
4045
hid: "twitter:image:src",
41-
property: "twitter:image:src",
46+
name: "twitter:image:src",
4247
content: "https://codeon.fr/og_image.png",
4348
},
4449
{
4550
hid: "twitter:image",
46-
property: "twitter:image",
51+
name: "twitter:image",
4752
content: "https://codeon.fr/og_image.png",
4853
},
4954

0 commit comments

Comments
 (0)