fix: resolved #2758
This commit is contained in:
parent
9ce078c1d3
commit
e9cfc066a5
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ export default defineConfig({
|
|||
name: APP_INFO.name,
|
||||
short_name: APP_INFO.name,
|
||||
description: APP_INFO.shortDescription,
|
||||
start_url: "?source=pwa",
|
||||
start_url: "/?source=pwa",
|
||||
background_color: APP_INFO.app.background,
|
||||
theme_color: APP_INFO.app.background,
|
||||
icons: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue