From 4a55e34d9ace3a41c5f3b0c05b3aadba741e58c0 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 19 Jun 2023 18:24:26 +0200 Subject: [PATCH] feat(config): fallback baseUrl to / --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',