Refresh PWA asset references
This commit is contained in:
@@ -7,24 +7,26 @@
|
|||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||||
<meta name="apple-mobile-web-app-title" content="WalkUp" />
|
<meta name="apple-mobile-web-app-title" content="WalkUp" />
|
||||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
<link rel="icon" type="image/png" href="/favicon.png" sizes="64x64" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-startup-image"
|
rel="apple-touch-startup-image"
|
||||||
href="/apple-splash-1125x2436.png"
|
href="/splash-art.png"
|
||||||
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
|
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-startup-image"
|
rel="apple-touch-startup-image"
|
||||||
href="/apple-splash-1170x2532.png"
|
href="/splash-art.png"
|
||||||
media="screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3)"
|
media="screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3)"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-startup-image"
|
rel="apple-touch-startup-image"
|
||||||
href="/apple-splash-1290x2796.png"
|
href="/splash-art.png"
|
||||||
media="screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3)"
|
media="screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3)"
|
||||||
/>
|
/>
|
||||||
|
<link rel="apple-touch-startup-image" href="/splash-art.png" />
|
||||||
<title>WalkUp</title>
|
<title>WalkUp</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,8 +13,9 @@ export default defineConfig(({ mode }) => {
|
|||||||
registerType: "autoUpdate",
|
registerType: "autoUpdate",
|
||||||
includeAssets: [
|
includeAssets: [
|
||||||
"icon.svg",
|
"icon.svg",
|
||||||
"favicon.ico",
|
"favicon.png",
|
||||||
"apple-touch-icon.png",
|
"apple-touch-icon.png",
|
||||||
|
"splash-art.png",
|
||||||
"icon-192.png",
|
"icon-192.png",
|
||||||
"icon-512.png",
|
"icon-512.png",
|
||||||
"apple-splash-1125x2436.png",
|
"apple-splash-1125x2436.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user