From 92e550ad457b685be1e701d59d8a350195eed1c1 Mon Sep 17 00:00:00 2001 From: Manuel Correia Date: Thu, 23 May 2024 16:21:59 +0100 Subject: [PATCH] Update Manifest Attribs --- vite.config.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 8ac4bdc7..60e90939 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,19 +9,21 @@ export default defineConfig({ VitePWA({ registerType: 'autoUpdate', manifest: { - name: 'MC - React Sandbox', - start_url: '/', - short_name: 'MC - Sandbox', + name: 'Web Portefolio Manuel Correia', + start_url: '.', + display: 'standalone', + short_name: 'React-UI', description: 'React Sandbox', theme_color: '#031c36', + background_color: '#ffffff', icons: [ { - src: '/logo192.png', + src: 'logo192.png', sizes: '192x192', type: 'image/png' }, { - src: '/logo512.png', + src: 'logo512.png', sizes: '512x512', type: 'image/png' }