Remove www from open graph images (#884)

* Remove www from open graph images

* Lint
This commit is contained in:
Lipis 2020-03-09 12:42:48 +02:00 committed by GitHub
parent d3771b7e0b
commit f9edb1b4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,12 +36,12 @@
<meta <meta
property="og:image" property="og:image"
name="twitter:image" name="twitter:image"
content="http://www.excalidraw.com/og-image.png" content="https://excalidraw.com/og-image.png"
/> />
<meta <meta
property="og:image:secure_url" property="og:image:secure_url"
name="twitter:image" name="twitter:image"
content="https://www.excalidraw.com/og-image.png" content="https://excalidraw.com/og-image.png"
/> />
<meta property="og:image:width" content="1280" /> <meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="669" /> <meta property="og:image:height" content="669" />
@ -60,10 +60,7 @@
content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them." content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them."
/> />
<!-- OG tags require absolute url for images --> <!-- OG tags require absolute url for images -->
<meta <meta name="twitter:image" content="https://excalidraw.com/og-image.png" />
name="twitter:image"
content="https://www.excalidraw.com/og-image.png"
/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="fonts.css" /> <link rel="stylesheet" href="fonts.css" />