From 25799e446197c238989cc748e0bd7f350a1d6d67 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 16:20:18 +0200 Subject: Add fathom analytics client --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/layout.tsx') diff --git a/app/layout.tsx b/app/layout.tsx index 14a4e0c..c3a6d1d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -14,7 +14,7 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Geshem.space | Real-Time Israel Rain Radar Visualization", + title: "geshem.space | Real-Time Israel Rain Radar Visualization", description: "Track Israel's rainfall in real-time with Geshem.space's advanced radar visualizer. Get accurate, up-to-date precipitation data and forecasts for precise weather monitoring across Israel.", }; -- cgit v1.3.1