diff --git a/src/Components/Map/Layer.tsx b/src/Components/Map/Layer.tsx index e4760bae..793cf53e 100644 --- a/src/Components/Map/Layer.tsx +++ b/src/Components/Map/Layer.tsx @@ -73,6 +73,7 @@ export const Layer = (props: LayerProps) => { const item = leafletRefs[id]?.item; document.title = document.title.split("-")[0] + " - " + item.name; document.querySelector('meta[property="og:title"]')?.setAttribute("content", item.name); + document.querySelector('meta[property="og:site_name"]')?.setAttribute("content", item.name); document.querySelector('meta[property="og:description"]')?.setAttribute("content", item.text); } }