diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 16:20:18 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 16:20:18 +0200 |
| commit | 25799e446197c238989cc748e0bd7f350a1d6d67 (patch) | |
| tree | 7d1fe6f0fc08b2f44411fdf65d4718752e7dd972 /app/layout.tsx | |
| parent | d5cf0f5f273fc5518582fd0cd6b42bafdd6764eb (diff) | |
Add fathom analytics client
Diffstat (limited to 'app/layout.tsx')
| -rw-r--r-- | app/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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.", }; |
