diff --git a/vite.config.ts b/vite.config.ts index 26a2753f..a49ef19c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -57,7 +57,7 @@ export default defineConfig({ description: 'Aggregated set of useful tools for developers.', display: 'standalone', lang: 'fr-FR', - start_url: `${baseUrl}/?utm_source=pwa&utm_medium=pwa`, + start_url: `${baseUrl}?utm_source=pwa&utm_medium=pwa`, orientation: 'any', theme_color: '#18a058', background_color: '#f1f5f9',