feat: add client:load
Some checks failed
renovate / renovate (push) Successful in 29s
test-build / build (push) Has been cancelled
test-build / guarddog (push) Has been cancelled

This commit is contained in:
2026-03-11 18:54:07 -05:00
parent 4dbc5d12a3
commit ceb70c7049

View File

@@ -57,6 +57,7 @@ const recentPosts = posts
<WeatherSection <WeatherSection
server:defer server:defer
client:load
latitude={weather.latitude} latitude={weather.latitude}
longitude={weather.longitude} longitude={weather.longitude}
cityName={weather.location} cityName={weather.location}