mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-06 09:16:29 +02:00
Update og image
This commit is contained in:
@@ -35,7 +35,6 @@ const {
|
||||
<meta name='description' content={description} />
|
||||
<meta name='author' content='Kamran Ahmed' />
|
||||
<meta name='keywords' content={keywords.join(', ')} />
|
||||
<!-- TODO: Add when launching -->
|
||||
{noIndex && <meta name='robots' content='noindex' />}
|
||||
<meta
|
||||
name='viewport'
|
||||
@@ -48,7 +47,7 @@ const {
|
||||
|
||||
<meta property='og:image:width' content='1200' />
|
||||
<meta property='og:image:height' content='630' />
|
||||
<meta property='og:image' content='https://roadmap.sh/og-img.png' />
|
||||
<meta property='og:image' content='https://roadmap.sh/images/og-img.png' />
|
||||
<meta property='og:image:alt' content='roadmap.sh' />
|
||||
<meta property='og:site_name' content='roadmap.sh' />
|
||||
<meta property='og:title' content={title} />
|
||||
|
Reference in New Issue
Block a user