Added og:image

This commit is contained in:
Alexis
2024-01-16 00:18:43 +01:00
parent be9b2d5a7f
commit b2351240a5
2 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

@@ -26,6 +26,11 @@ const { title } = Astro.props;
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#a9d1eb">
<meta property="og:title" content={title}/>
<meta property="og:type" content="map" />
<meta property="og:url" content={Astro.url} />
<meta property="og:image" content="/bailey-zindel-NRQV-hBF10M-unsplash.jpg" />
<link rel="stylesheet" href="leaflet/leaflet.css" rel="preload" />
<script is:inline src="leaflet/leaflet.js"></script>