Update og image (#122)

Fixes #121 by adding additional metadata.

## Example

<img src="https://user-images.githubusercontent.com/229881/85033029-77946200-b14e-11ea-9588-c562f3d05ad6.png" width="500" />
This commit is contained in:
Steven 2020-06-18 10:30:26 -04:00 committed by GitHub
parent 0a899f0b80
commit 7c697b8448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -4,9 +4,19 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="og:image" content="https://og-image.now.sh/Open%20Graph%20Image%20as%20a%20Service.png?fontSize=95px" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@vercel"/>
<meta property="og:site_name" content="Open Graph Image as a Service"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Open Graph Image as a Service"/>
<meta property="og:locale" content="en"/>
<meta property="og:url" content="https://og-image.now.sh"/>
<link rel="canonical" href="https://og-image.now.sh"/>
<meta name="description" content="A service to generate dynamic Open Graph images on-the-fly for the purpose of sharing a website to social media. Proudly hosted on Vercel."/>
<meta property="og:description" content="A service to generate dynamic Open Graph images on-the-fly for the purpose of sharing a website to social media. Proudly hosted on Vercel."/>
<meta property="og:image" content="https://og-image.now.sh/Open%20Graph%20Image%20as%20a%20Service.png?theme=light&amp;md=1&amp;fontSize=95px&amp;images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg"/>
<title>Open Graph Image as a Service</title>
<meta name="description" content="A service to generate dynamic Open Graph images on-the-fly for the purpose of sharing a website to social media. Proudly hosted on Vercel." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
</head>