summaryrefslogtreecommitdiff
path: root/app/layout.tsx
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-23 16:20:18 +0200
committerYuval Adam <_@yuv.al>2024-09-23 16:20:18 +0200
commit25799e446197c238989cc748e0bd7f350a1d6d67 (patch)
tree7d1fe6f0fc08b2f44411fdf65d4718752e7dd972 /app/layout.tsx
parentd5cf0f5f273fc5518582fd0cd6b42bafdd6764eb (diff)
Add fathom analytics client
Diffstat (limited to 'app/layout.tsx')
-rw-r--r--app/layout.tsx2
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.",
};