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' }