From b479b03adbf2b40f8c36e7d0aab09b16a5cdb55b Mon Sep 17 00:00:00 2001 From: Joice Joseph Date: Sun, 3 Nov 2024 16:08:47 +0530 Subject: [PATCH] corrects metadata --- src/pages/sotm.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/sotm.astro b/src/pages/sotm.astro index c4c5be7..4d8e0b4 100644 --- a/src/pages/sotm.astro +++ b/src/pages/sotm.astro @@ -5,8 +5,8 @@ import Layout from "../layouts/Layout.astro"; const meta = { title: "State of the Map Kerala 2024 - OpenStreetMap Kerala", description: "Join Kerala's largest mapping community gathering on November 16-17, 2024 at KVASU Wayanad. Two days of learning, sharing, and collaboration to shape the future of open mapping in Kerala.", - image: "https://wiki.openstreetmap.org/wiki/File:Sotm_kerala_2024.jpg", // Update with your actual banner image URL - url: "https://kerala.openstreetmap.in/sotm2024", + image: "https://wiki.openstreetmap.org/w/images/8/84/Sotm_kerala_2024.jpg", // Update with your actual banner image URL + url: "https://kerala.openstreetmap.in/sotm", siteName: "OpenStreetMap Kerala", locale: "en_IN", type: "event",