change: pwa config
This commit is contained in:
parent
af30ff5d73
commit
1fa0d07bba
1 changed files with 3 additions and 1 deletions
|
@ -43,11 +43,13 @@ export default defineConfig({
|
||||||
name: "__APPNAMEOVERWRITE__",
|
name: "__APPNAMEOVERWRITE__",
|
||||||
short_name: "__APPNAMEOVERWRITE__",
|
short_name: "__APPNAMEOVERWRITE__",
|
||||||
theme_color: "#990b00",
|
theme_color: "#990b00",
|
||||||
|
display: "standalone",
|
||||||
|
start_url: "/",
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: "favicon.ico",
|
src: "favicon.ico",
|
||||||
sizes: "48x48",
|
sizes: "48x48",
|
||||||
type: "image/png",
|
type: "image/ico",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: "favicon.png",
|
src: "favicon.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue