mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
feat(config): fallback baseUrl to /
This commit is contained in:
parent
bd1dbcf9ea
commit
4a55e34d9a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue