feat(config): fallback baseUrl to /

This commit is contained in:
Corentin Thomasset 2023-06-19 18:24:26 +02:00
parent bd1dbcf9ea
commit 4a55e34d9a
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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',