change: pwa config

This commit is contained in:
Julian Krauser 2025-02-05 14:37:14 +01:00
parent af30ff5d73
commit 1fa0d07bba

View file

@ -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",