feat(config): fallback baseUrl to /
This commit is contained in:
parent
bd1dbcf9ea
commit
4a55e34d9a
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user