Update twitter card image

pull/1657/head
Kamran Ahmed 5 years ago
parent 4b6dfd938e
commit 321ba3e368
  1. 2
      components/helmet/index.js
  2. 6
      static/sitemap.xml
  3. 4
      storage/guides.json

@ -37,7 +37,7 @@ const Helmet = (props) => (
<meta name="twitter:site" content={ `@${siteConfig.twitter}` } /> <meta name="twitter:site" content={ `@${siteConfig.twitter}` } />
<meta name="twitter:title" content={ prepareTitle(props.title) } /> <meta name="twitter:title" content={ prepareTitle(props.title) } />
<meta name="twitter:description" content={ prepareDescription(props.description) } /> <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="twitter:image:alt" content="roadmap.sh" />
<meta name="mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" />

@ -75,19 +75,19 @@
<url> <url>
<loc>https://roadmap.sh/fullstack</loc> <loc>https://roadmap.sh/fullstack</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2019-12-03T12:39:57.362Z</lastmod> <lastmod>2019-12-03T13:03:00.984Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>
<loc>https://roadmap.sh/qa-engineer</loc> <loc>https://roadmap.sh/qa-engineer</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2019-12-03T12:39:57.362Z</lastmod> <lastmod>2019-12-03T13:03:00.984Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>
<loc>https://roadmap.sh/guides/levels-of-seniority</loc> <loc>https://roadmap.sh/guides/levels-of-seniority</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2019-12-02T12:13:00.860Z</lastmod> <lastmod>2019-12-03T12:13:00.860Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>

@ -6,8 +6,8 @@
"fileName": "levels-of-seniority", "fileName": "levels-of-seniority",
"featured": true, "featured": true,
"author": "kamranahmedse", "author": "kamranahmedse",
"updatedAt": "2019-12-02T12:13:00.860Z", "updatedAt": "2019-12-03T12:13:00.860Z",
"createdAt": "2019-12-02T12:13:00.860Z" "createdAt": "2019-12-03T12:13:00.860Z"
}, },
{ {
"title": "Design Patterns for Humans", "title": "Design Patterns for Humans",

Loading…
Cancel
Save