@sailingrotevista/rotevista-webapp 1.0.38 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AppIcon.png ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sailingrotevista/rotevista-webapp",
3
3
  "private": false,
4
- "version": "1.0.38",
4
+ "version": "1.0.39",
5
5
  "type": "module",
6
6
  "description": "Master Marine Dashboard for Rotevista - Monitoring Power, Solar, Environment and Navigation.",
7
7
  "author": "Alessio Tosi",
package/public/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>Rotevista Dashboard</title>
7
7
 
8
8
  <!-- Icona per Browser e Android -->
9
- <link rel="icon" type="image/png" href="/AppIcon.png" />
9
+ <link rel="icon" type="image/png" href="./AppIcon.png" />
10
10
 
11
11
  <!-- Configurazione iOS (Aggiunta a Home) -->
12
12
  <meta name="apple-mobile-web-app-capable" content="yes">
@@ -14,7 +14,7 @@
14
14
  <meta name="apple-mobile-web-app-title" content="Rotevista">
15
15
 
16
16
  <!-- Percorso assoluto per il dev server di Vite -->
17
- <link rel="apple-touch-icon" href="/AppIcon.png">
17
+ <link rel="apple-touch-icon" href="./AppIcon.png">
18
18
 
19
19
  <!-- Manifesto PWA -->
20
20
  <link rel="manifest" href="/manifest.json">