Fix: Tagesbild stabil (date-seeded statt random), preview_url für schnelleres Laden — SW by-v483, APP_VER 460

This commit is contained in:
rene 2026-04-29 10:02:39 +02:00
parent 117d32fcc3
commit 59feecb30b
4 changed files with 7 additions and 5 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '459'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '460'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {