Fix splash image paths

This commit is contained in:
Jeremy Bosma 2023-12-26 22:33:43 +01:00
parent 1c2967be3e
commit b35634e71c
1 changed files with 20 additions and 20 deletions

View File

@ -17,64 +17,64 @@
<link rel="apple-touch-startup-image"
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
href="/public/splash/splash-640x1136.png" />
href="/splash/splash-640x1136.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
href="/public/splash/splash-2436x1125.png" />
href="/splash/splash-2436x1125.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
href="/public/splash/splash-1792x828.png" />
href="/splash/splash-1792x828.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/public/splash/splash-828x1792.png" />
href="/splash/splash-828x1792.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
href="/public/splash/splash-1334x750.png" />
href="/splash/splash-1334x750.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
href="/public/splash/splash-1242x2688.png" />
href="/splash/splash-1242x2688.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
href="/public/splash/splash-2208x1242.png" />
href="/splash/splash-2208x1242.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
href="/public/splash/splash-1125x2436.png" />
href="/splash/splash-1125x2436.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
href="/public/splash/splash-1242x2208.png" />
href="/splash/splash-1242x2208.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
href="/public/splash/splash-2732x2048.png" />
href="/splash/splash-2732x2048.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
href="/public/splash/splash-2688x1242.png" />
href="/splash/splash-2688x1242.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
href="/public/splash/splash-2224x1668.png" />
href="/splash/splash-2224x1668.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/public/splash/splash-750x1334.png" />
href="/splash/splash-750x1334.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/public/splash/splash-2048x2732.png" />
href="/splash/splash-2048x2732.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
href="/public/splash/splash-2388x1668.png" />
href="/splash/splash-2388x1668.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/public/splash/splash-1668x2224.png" />
href="/splash/splash-1668x2224.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/public/splash/splash-640x1136.png" />
href="/splash/splash-640x1136.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/public/splash/splash-1668x2388.png" />
href="/splash/splash-1668x2388.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
href="/public/splash/splash-2048x1536.png" />
href="/splash/splash-2048x1536.png" />
<link rel="apple-touch-startup-image"
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/public/splash/splash-1536x2048.png" />
href="/splash/splash-1536x2048.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />