Icon caching

This commit is contained in:
2026-06-26 20:52:54 -04:00
parent aeffa30417
commit 73f1453daf
15 changed files with 29 additions and 60 deletions

View File

@@ -145,7 +145,6 @@ export async function get24HourForecast(currentSensors) {
};
Object.assign(snapshot, getWeatherCondition(snapshot));
snapshot.icon = `/icons/${snapshot.icon}.png`;
return snapshot;
});