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.
2 parents d0ee17c + 94478fc commit 26e2f48Copy full SHA for 26e2f48
nuxt.config.js
@@ -26,6 +26,11 @@ export default {
26
property: "og:image",
27
content: "https://codeon.fr/og_image.png",
28
},
29
+ {
30
+ hid: "twitter:creator",
31
+ name: "twitter:creator",
32
+ content: "@MrAnyx",
33
+ },
34
{
35
hid: "og:site_name",
36
property: "og:site_name",
@@ -38,12 +43,12 @@ export default {
38
43
39
44
40
45
hid: "twitter:image:src",
41
- property: "twitter:image:src",
46
+ name: "twitter:image:src",
42
47
48
49
50
hid: "twitter:image",
- property: "twitter:image",
51
+ name: "twitter:image",
52
53
54
0 commit comments