Update app title and favicon to SIB and new icono.png
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="icon" type="image/png" href="/icono.png" />
|
||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
@ -20,7 +20,7 @@
|
|||||||
<link rel="preconnect" href="https://wtxzmbqchntjymxszngc.supabase.co" crossorigin>
|
<link rel="preconnect" href="https://wtxzmbqchntjymxszngc.supabase.co" crossorigin>
|
||||||
<link rel="dns-prefetch" href="https://wtxzmbqchntjymxszngc.supabase.co">
|
<link rel="dns-prefetch" href="https://wtxzmbqchntjymxszngc.supabase.co">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
|
||||||
<title>SIBU - Sistema de Transporte</title>
|
<title>SIB - Sistema de Transporte</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -22,8 +22,8 @@ export default defineConfig(() => {
|
|||||||
registerType: 'autoUpdate',
|
registerType: 'autoUpdate',
|
||||||
includeAssets: ['icon-192.png', 'icon-512.png', 'icon-1024.png', 'favicon.ico'],
|
includeAssets: ['icon-192.png', 'icon-512.png', 'icon-1024.png', 'favicon.ico'],
|
||||||
manifest: {
|
manifest: {
|
||||||
name: 'SIBU - Sistema de Transporte',
|
name: 'SIB - Sistema de Transporte',
|
||||||
short_name: 'SIBU',
|
short_name: 'SIB',
|
||||||
description: 'Sistema de Transporte Público',
|
description: 'Sistema de Transporte Público',
|
||||||
theme_color: '#fee715',
|
theme_color: '#fee715',
|
||||||
background_color: '#ffffff',
|
background_color: '#ffffff',
|
||||||
|
|||||||
Reference in New Issue
Block a user