This commit is contained in:
Vincent van der Wal
2026-08-06 21:25:29 +02:00
parent c4a74ba91c
commit 810f9c2605
3 changed files with 49 additions and 30 deletions
+3 -1
View File
@@ -142,7 +142,8 @@
});
// Routes that are not finished on arrival: the five that fetch a forecast
// after mounting, and the redirect stubs, which render nothing at all and
// after mounting, the maps page (whose map is a cross-origin iframe that has
// to load first), and the redirect stubs, which render nothing at all and
// bounce to a located URL from `onMount`. Knowing this up front is what makes
// the wait reliable - the layout clears the ready flag before the swap rather
// than trusting the incoming page to have done it.
@@ -153,6 +154,7 @@
'/weather/compare',
'/weather/seasonal',
'/weather/historical',
'/weather/maps',
'/weather/week/[location]',
'/weather/14-day/[location]',
'/weather/compare/[location]',