mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-25 12:03:17 +01:00
Update twitter card image
This commit is contained in:
parent
4b6dfd938e
commit
321ba3e368
@ -37,7 +37,7 @@ const Helmet = (props) => (
|
||||
<meta name="twitter:site" content={ `@${siteConfig.twitter}` } />
|
||||
<meta name="twitter:title" content={ prepareTitle(props.title) } />
|
||||
<meta name="twitter:description" content={ prepareDescription(props.description) } />
|
||||
<meta name="twitter:image" content={ siteConfig.logo } />
|
||||
<meta name="twitter:image" content={ `${siteConfig.url.web}${siteConfig.logoSquare}` } />
|
||||
<meta name="twitter:image:alt" content="roadmap.sh" />
|
||||
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
|
@ -75,19 +75,19 @@
|
||||
<url>
|
||||
<loc>https://roadmap.sh/fullstack</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2019-12-03T12:39:57.362Z</lastmod>
|
||||
<lastmod>2019-12-03T13:03:00.984Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/qa-engineer</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2019-12-03T12:39:57.362Z</lastmod>
|
||||
<lastmod>2019-12-03T13:03:00.984Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/guides/levels-of-seniority</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2019-12-02T12:13:00.860Z</lastmod>
|
||||
<lastmod>2019-12-03T12:13:00.860Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
|
@ -6,8 +6,8 @@
|
||||
"fileName": "levels-of-seniority",
|
||||
"featured": true,
|
||||
"author": "kamranahmedse",
|
||||
"updatedAt": "2019-12-02T12:13:00.860Z",
|
||||
"createdAt": "2019-12-02T12:13:00.860Z"
|
||||
"updatedAt": "2019-12-03T12:13:00.860Z",
|
||||
"createdAt": "2019-12-03T12:13:00.860Z"
|
||||
},
|
||||
{
|
||||
"title": "Design Patterns for Humans",
|
||||
|
Loading…
x
Reference in New Issue
Block a user