default manifesto background color
This commit is contained in:
parent
ea170d350f
commit
b62ed76e2d
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ export default defineConfig(({ mode }) => {
|
||||||
],
|
],
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
background_color: '#FFFFFF',
|
background_color: '#200B2E',
|
||||||
theme_color: '#FFFFFF',
|
theme_color: '#200B2E',
|
||||||
description: packageJson.description
|
description: packageJson.description
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue