From 220c29f4f766ff78967c8198e0e1605067404551 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 15 Mar 2026 22:44:07 -0500 Subject: [PATCH] feat: add fallback --- src/pages/index.astro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 2345eef..948b963 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -67,7 +67,13 @@ const recentPosts = posts longitude={weather.longitude} cityName={weather.location} timezone={weather.timezone} - /> + > +
+

+ Loading weather... +

+
+