1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-25 03:52:59 +01:00

Update twitter card image

This commit is contained in:
Kamran Ahmed 2019-12-03 17:03:12 +04:00
parent 4b6dfd938e
commit 321ba3e368
3 changed files with 6 additions and 6 deletions

View File

@ -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" />

View File

@ -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>

View File

@ -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",