Skip to content

Commit

Permalink
Merge pull request #105 from earthrise-media/social-metadata
Browse files Browse the repository at this point in the history
Adding meta tags
  • Loading branch information
Martin Bernard authored Dec 1, 2023
2 parents ed2cad5 + a64f1b4 commit a30c29d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vacs-map-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VACS Explorer</title>
<meta name="title" property="og:title" content="VACS Explorer">
<meta property="og:type" content="website">
<meta name="image" property="og:image" content="https://plotine-vacs.s3.us-east-2.amazonaws.com/vacs-social.png">
<meta name="description" property="og:description" content="Vision for Adapted Crops and Soils (VACS) addresses food security in Africa by mobilizing investment in resilient, nutritious indigenous crops suited to the changing climate. Explore the vision for yourself in this interactive application.">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
</html>

0 comments on commit a30c29d

Please sign in to comment.