Update app title and favicon to SIB and new icono.png
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<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"
|
||||
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" />
|
||||
@ -20,7 +20,7 @@
|
||||
<link rel="preconnect" href="https://wtxzmbqchntjymxszngc.supabase.co" crossorigin>
|
||||
<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">
|
||||
<title>SIBU - Sistema de Transporte</title>
|
||||
<title>SIB - Sistema de Transporte</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@ -22,8 +22,8 @@ export default defineConfig(() => {
|
||||
registerType: 'autoUpdate',
|
||||
includeAssets: ['icon-192.png', 'icon-512.png', 'icon-1024.png', 'favicon.ico'],
|
||||
manifest: {
|
||||
name: 'SIBU - Sistema de Transporte',
|
||||
short_name: 'SIBU',
|
||||
name: 'SIB - Sistema de Transporte',
|
||||
short_name: 'SIB',
|
||||
description: 'Sistema de Transporte Público',
|
||||
theme_color: '#fee715',
|
||||
background_color: '#ffffff',
|
||||
|
||||
Reference in New Issue
Block a user