Fix: Staging-Icon für iOS — apple-touch-icon dynamisch für Staging-Umgebung
- icon-180-staging.png erstellt (Helm-Icon, 180px für iOS-Homescreen) - spa_fallback: Staging-HTML ersetzt apple-touch-icon-Link dynamisch - SW by-v514, APP_VER 491
This commit is contained in:
parent
15d8347e16
commit
810c1a79dc
4 changed files with 12 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '490'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '491'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.0.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue