File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function Home(): JSX.Element {
20
20
/>
21
21
22
22
< meta property = "og:type" content = "website" />
23
- < meta property = "og:url" content = "https://metatags.io /" />
23
+ < meta property = "og:url" content = "https://masterjs.vercel.app /" />
24
24
< meta
25
25
property = "og:title"
26
26
content = "MasterJS | All you need to master javascript"
@@ -34,8 +34,7 @@ export default function Home(): JSX.Element {
34
34
content = "https://masterjs.vercel.app/img/cover.png"
35
35
/>
36
36
37
- < meta property = "twitter:card" content = "summary_large_image" />
38
- < meta property = "twitter:url" content = "https://metatags.io/" />
37
+ < meta property = "twitter:card" content = "https://masterjs.vercel.app/img/cover.png" />
39
38
< meta
40
39
property = "twitter:title"
41
40
content = "MasterJS | All you need to master javascript"
@@ -46,7 +45,7 @@ export default function Home(): JSX.Element {
46
45
/>
47
46
< meta
48
47
property = "twitter:image"
49
- content = "https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2 .png"
48
+ content = "https://masterjs.vercel.app/img/cover .png"
50
49
> </ meta >
51
50
</ Head >
52
51
< Layout title = "Home" description = { siteConfig . tagline } >
You can’t perform that action at this time.
0 commit comments