diff --git a/pwa-assets.config.ts b/pwa-assets.config.ts index 18cf5f2..8e40893 100644 --- a/pwa-assets.config.ts +++ b/pwa-assets.config.ts @@ -13,7 +13,7 @@ export default defineConfig({ appleSplashScreens: createAppleSplashScreens( { name: (landscape, size, dark) => { - return `apple-splash-${landscape ? 'landscape' : 'portrait'}-${ + return `splash/apple-splash-${landscape ? 'landscape' : 'portrait'}-${ typeof dark === 'boolean' ? (dark ? 'dark-' : 'light-') : '' }${size.width}x${size.height}.png`; }, diff --git a/src/app.html b/src/app.html index 39d98bc..fa6163c 100644 --- a/src/app.html +++ b/src/app.html @@ -21,303 +21,303 @@ - - - - - + + - + - - - + + - + + + + - - - - - - + + + + + + - - + + - - - - + + + + + %sveltekit.head% diff --git a/static/apple-splash-landscape-dark-1136x640.png b/static/splash/apple-splash-landscape-dark-1136x640.png similarity index 100% rename from static/apple-splash-landscape-dark-1136x640.png rename to static/splash/apple-splash-landscape-dark-1136x640.png diff --git a/static/apple-splash-landscape-dark-1334x750.png b/static/splash/apple-splash-landscape-dark-1334x750.png similarity index 100% rename from static/apple-splash-landscape-dark-1334x750.png rename to static/splash/apple-splash-landscape-dark-1334x750.png diff --git a/static/apple-splash-landscape-dark-1792x828.png b/static/splash/apple-splash-landscape-dark-1792x828.png similarity index 100% rename from static/apple-splash-landscape-dark-1792x828.png rename to static/splash/apple-splash-landscape-dark-1792x828.png diff --git a/static/apple-splash-landscape-dark-2048x1536.png b/static/splash/apple-splash-landscape-dark-2048x1536.png similarity index 100% rename from static/apple-splash-landscape-dark-2048x1536.png rename to static/splash/apple-splash-landscape-dark-2048x1536.png diff --git a/static/apple-splash-landscape-dark-2160x1620.png b/static/splash/apple-splash-landscape-dark-2160x1620.png similarity index 100% rename from static/apple-splash-landscape-dark-2160x1620.png rename to static/splash/apple-splash-landscape-dark-2160x1620.png diff --git a/static/apple-splash-landscape-dark-2208x1242.png b/static/splash/apple-splash-landscape-dark-2208x1242.png similarity index 100% rename from static/apple-splash-landscape-dark-2208x1242.png rename to static/splash/apple-splash-landscape-dark-2208x1242.png diff --git a/static/apple-splash-landscape-dark-2224x1668.png b/static/splash/apple-splash-landscape-dark-2224x1668.png similarity index 100% rename from static/apple-splash-landscape-dark-2224x1668.png rename to static/splash/apple-splash-landscape-dark-2224x1668.png diff --git a/static/apple-splash-landscape-dark-2388x1668.png b/static/splash/apple-splash-landscape-dark-2388x1668.png similarity index 100% rename from static/apple-splash-landscape-dark-2388x1668.png rename to static/splash/apple-splash-landscape-dark-2388x1668.png diff --git a/static/apple-splash-landscape-dark-2436x1125.png b/static/splash/apple-splash-landscape-dark-2436x1125.png similarity index 100% rename from static/apple-splash-landscape-dark-2436x1125.png rename to static/splash/apple-splash-landscape-dark-2436x1125.png diff --git a/static/apple-splash-landscape-dark-2532x1170.png b/static/splash/apple-splash-landscape-dark-2532x1170.png similarity index 100% rename from static/apple-splash-landscape-dark-2532x1170.png rename to static/splash/apple-splash-landscape-dark-2532x1170.png diff --git a/static/apple-splash-landscape-dark-2556x1179.png b/static/splash/apple-splash-landscape-dark-2556x1179.png similarity index 100% rename from static/apple-splash-landscape-dark-2556x1179.png rename to static/splash/apple-splash-landscape-dark-2556x1179.png diff --git a/static/apple-splash-landscape-dark-2688x1242.png b/static/splash/apple-splash-landscape-dark-2688x1242.png similarity index 100% rename from static/apple-splash-landscape-dark-2688x1242.png rename to static/splash/apple-splash-landscape-dark-2688x1242.png diff --git a/static/apple-splash-landscape-dark-2732x2048.png b/static/splash/apple-splash-landscape-dark-2732x2048.png similarity index 100% rename from static/apple-splash-landscape-dark-2732x2048.png rename to static/splash/apple-splash-landscape-dark-2732x2048.png diff --git a/static/apple-splash-landscape-dark-2778x1284.png b/static/splash/apple-splash-landscape-dark-2778x1284.png similarity index 100% rename from static/apple-splash-landscape-dark-2778x1284.png rename to static/splash/apple-splash-landscape-dark-2778x1284.png diff --git a/static/apple-splash-landscape-dark-2796x1290.png b/static/splash/apple-splash-landscape-dark-2796x1290.png similarity index 100% rename from static/apple-splash-landscape-dark-2796x1290.png rename to static/splash/apple-splash-landscape-dark-2796x1290.png diff --git a/static/apple-splash-landscape-light-1136x640.png b/static/splash/apple-splash-landscape-light-1136x640.png similarity index 100% rename from static/apple-splash-landscape-light-1136x640.png rename to static/splash/apple-splash-landscape-light-1136x640.png diff --git a/static/apple-splash-landscape-light-1334x750.png b/static/splash/apple-splash-landscape-light-1334x750.png similarity index 100% rename from static/apple-splash-landscape-light-1334x750.png rename to static/splash/apple-splash-landscape-light-1334x750.png diff --git a/static/apple-splash-landscape-light-1792x828.png b/static/splash/apple-splash-landscape-light-1792x828.png similarity index 100% rename from static/apple-splash-landscape-light-1792x828.png rename to static/splash/apple-splash-landscape-light-1792x828.png diff --git a/static/apple-splash-landscape-light-2048x1536.png b/static/splash/apple-splash-landscape-light-2048x1536.png similarity index 100% rename from static/apple-splash-landscape-light-2048x1536.png rename to static/splash/apple-splash-landscape-light-2048x1536.png diff --git a/static/apple-splash-landscape-light-2160x1620.png b/static/splash/apple-splash-landscape-light-2160x1620.png similarity index 100% rename from static/apple-splash-landscape-light-2160x1620.png rename to static/splash/apple-splash-landscape-light-2160x1620.png diff --git a/static/apple-splash-landscape-light-2208x1242.png b/static/splash/apple-splash-landscape-light-2208x1242.png similarity index 100% rename from static/apple-splash-landscape-light-2208x1242.png rename to static/splash/apple-splash-landscape-light-2208x1242.png diff --git a/static/apple-splash-landscape-light-2224x1668.png b/static/splash/apple-splash-landscape-light-2224x1668.png similarity index 100% rename from static/apple-splash-landscape-light-2224x1668.png rename to static/splash/apple-splash-landscape-light-2224x1668.png diff --git a/static/apple-splash-landscape-light-2388x1668.png b/static/splash/apple-splash-landscape-light-2388x1668.png similarity index 100% rename from static/apple-splash-landscape-light-2388x1668.png rename to static/splash/apple-splash-landscape-light-2388x1668.png diff --git a/static/apple-splash-landscape-light-2436x1125.png b/static/splash/apple-splash-landscape-light-2436x1125.png similarity index 100% rename from static/apple-splash-landscape-light-2436x1125.png rename to static/splash/apple-splash-landscape-light-2436x1125.png diff --git a/static/apple-splash-landscape-light-2532x1170.png b/static/splash/apple-splash-landscape-light-2532x1170.png similarity index 100% rename from static/apple-splash-landscape-light-2532x1170.png rename to static/splash/apple-splash-landscape-light-2532x1170.png diff --git a/static/apple-splash-landscape-light-2556x1179.png b/static/splash/apple-splash-landscape-light-2556x1179.png similarity index 100% rename from static/apple-splash-landscape-light-2556x1179.png rename to static/splash/apple-splash-landscape-light-2556x1179.png diff --git a/static/apple-splash-landscape-light-2688x1242.png b/static/splash/apple-splash-landscape-light-2688x1242.png similarity index 100% rename from static/apple-splash-landscape-light-2688x1242.png rename to static/splash/apple-splash-landscape-light-2688x1242.png diff --git a/static/apple-splash-landscape-light-2732x2048.png b/static/splash/apple-splash-landscape-light-2732x2048.png similarity index 100% rename from static/apple-splash-landscape-light-2732x2048.png rename to static/splash/apple-splash-landscape-light-2732x2048.png diff --git a/static/apple-splash-landscape-light-2778x1284.png b/static/splash/apple-splash-landscape-light-2778x1284.png similarity index 100% rename from static/apple-splash-landscape-light-2778x1284.png rename to static/splash/apple-splash-landscape-light-2778x1284.png diff --git a/static/apple-splash-landscape-light-2796x1290.png b/static/splash/apple-splash-landscape-light-2796x1290.png similarity index 100% rename from static/apple-splash-landscape-light-2796x1290.png rename to static/splash/apple-splash-landscape-light-2796x1290.png diff --git a/static/apple-splash-portrait-dark-1125x2436.png b/static/splash/apple-splash-portrait-dark-1125x2436.png similarity index 100% rename from static/apple-splash-portrait-dark-1125x2436.png rename to static/splash/apple-splash-portrait-dark-1125x2436.png diff --git a/static/apple-splash-portrait-dark-1170x2532.png b/static/splash/apple-splash-portrait-dark-1170x2532.png similarity index 100% rename from static/apple-splash-portrait-dark-1170x2532.png rename to static/splash/apple-splash-portrait-dark-1170x2532.png diff --git a/static/apple-splash-portrait-dark-1179x2556.png b/static/splash/apple-splash-portrait-dark-1179x2556.png similarity index 100% rename from static/apple-splash-portrait-dark-1179x2556.png rename to static/splash/apple-splash-portrait-dark-1179x2556.png diff --git a/static/apple-splash-portrait-dark-1242x2208.png b/static/splash/apple-splash-portrait-dark-1242x2208.png similarity index 100% rename from static/apple-splash-portrait-dark-1242x2208.png rename to static/splash/apple-splash-portrait-dark-1242x2208.png diff --git a/static/apple-splash-portrait-dark-1242x2688.png b/static/splash/apple-splash-portrait-dark-1242x2688.png similarity index 100% rename from static/apple-splash-portrait-dark-1242x2688.png rename to static/splash/apple-splash-portrait-dark-1242x2688.png diff --git a/static/apple-splash-portrait-dark-1284x2778.png b/static/splash/apple-splash-portrait-dark-1284x2778.png similarity index 100% rename from static/apple-splash-portrait-dark-1284x2778.png rename to static/splash/apple-splash-portrait-dark-1284x2778.png diff --git a/static/apple-splash-portrait-dark-1290x2796.png b/static/splash/apple-splash-portrait-dark-1290x2796.png similarity index 100% rename from static/apple-splash-portrait-dark-1290x2796.png rename to static/splash/apple-splash-portrait-dark-1290x2796.png diff --git a/static/apple-splash-portrait-dark-1536x2048.png b/static/splash/apple-splash-portrait-dark-1536x2048.png similarity index 100% rename from static/apple-splash-portrait-dark-1536x2048.png rename to static/splash/apple-splash-portrait-dark-1536x2048.png diff --git a/static/apple-splash-portrait-dark-1620x2160.png b/static/splash/apple-splash-portrait-dark-1620x2160.png similarity index 100% rename from static/apple-splash-portrait-dark-1620x2160.png rename to static/splash/apple-splash-portrait-dark-1620x2160.png diff --git a/static/apple-splash-portrait-dark-1668x2224.png b/static/splash/apple-splash-portrait-dark-1668x2224.png similarity index 100% rename from static/apple-splash-portrait-dark-1668x2224.png rename to static/splash/apple-splash-portrait-dark-1668x2224.png diff --git a/static/apple-splash-portrait-dark-1668x2388.png b/static/splash/apple-splash-portrait-dark-1668x2388.png similarity index 100% rename from static/apple-splash-portrait-dark-1668x2388.png rename to static/splash/apple-splash-portrait-dark-1668x2388.png diff --git a/static/apple-splash-portrait-dark-2048x2732.png b/static/splash/apple-splash-portrait-dark-2048x2732.png similarity index 100% rename from static/apple-splash-portrait-dark-2048x2732.png rename to static/splash/apple-splash-portrait-dark-2048x2732.png diff --git a/static/apple-splash-portrait-dark-640x1136.png b/static/splash/apple-splash-portrait-dark-640x1136.png similarity index 100% rename from static/apple-splash-portrait-dark-640x1136.png rename to static/splash/apple-splash-portrait-dark-640x1136.png diff --git a/static/apple-splash-portrait-dark-750x1334.png b/static/splash/apple-splash-portrait-dark-750x1334.png similarity index 100% rename from static/apple-splash-portrait-dark-750x1334.png rename to static/splash/apple-splash-portrait-dark-750x1334.png diff --git a/static/apple-splash-portrait-dark-828x1792.png b/static/splash/apple-splash-portrait-dark-828x1792.png similarity index 100% rename from static/apple-splash-portrait-dark-828x1792.png rename to static/splash/apple-splash-portrait-dark-828x1792.png diff --git a/static/apple-splash-portrait-light-1125x2436.png b/static/splash/apple-splash-portrait-light-1125x2436.png similarity index 100% rename from static/apple-splash-portrait-light-1125x2436.png rename to static/splash/apple-splash-portrait-light-1125x2436.png diff --git a/static/apple-splash-portrait-light-1170x2532.png b/static/splash/apple-splash-portrait-light-1170x2532.png similarity index 100% rename from static/apple-splash-portrait-light-1170x2532.png rename to static/splash/apple-splash-portrait-light-1170x2532.png diff --git a/static/apple-splash-portrait-light-1179x2556.png b/static/splash/apple-splash-portrait-light-1179x2556.png similarity index 100% rename from static/apple-splash-portrait-light-1179x2556.png rename to static/splash/apple-splash-portrait-light-1179x2556.png diff --git a/static/apple-splash-portrait-light-1242x2208.png b/static/splash/apple-splash-portrait-light-1242x2208.png similarity index 100% rename from static/apple-splash-portrait-light-1242x2208.png rename to static/splash/apple-splash-portrait-light-1242x2208.png diff --git a/static/apple-splash-portrait-light-1242x2688.png b/static/splash/apple-splash-portrait-light-1242x2688.png similarity index 100% rename from static/apple-splash-portrait-light-1242x2688.png rename to static/splash/apple-splash-portrait-light-1242x2688.png diff --git a/static/apple-splash-portrait-light-1284x2778.png b/static/splash/apple-splash-portrait-light-1284x2778.png similarity index 100% rename from static/apple-splash-portrait-light-1284x2778.png rename to static/splash/apple-splash-portrait-light-1284x2778.png diff --git a/static/apple-splash-portrait-light-1290x2796.png b/static/splash/apple-splash-portrait-light-1290x2796.png similarity index 100% rename from static/apple-splash-portrait-light-1290x2796.png rename to static/splash/apple-splash-portrait-light-1290x2796.png diff --git a/static/apple-splash-portrait-light-1536x2048.png b/static/splash/apple-splash-portrait-light-1536x2048.png similarity index 100% rename from static/apple-splash-portrait-light-1536x2048.png rename to static/splash/apple-splash-portrait-light-1536x2048.png diff --git a/static/apple-splash-portrait-light-1620x2160.png b/static/splash/apple-splash-portrait-light-1620x2160.png similarity index 100% rename from static/apple-splash-portrait-light-1620x2160.png rename to static/splash/apple-splash-portrait-light-1620x2160.png diff --git a/static/apple-splash-portrait-light-1668x2224.png b/static/splash/apple-splash-portrait-light-1668x2224.png similarity index 100% rename from static/apple-splash-portrait-light-1668x2224.png rename to static/splash/apple-splash-portrait-light-1668x2224.png diff --git a/static/apple-splash-portrait-light-1668x2388.png b/static/splash/apple-splash-portrait-light-1668x2388.png similarity index 100% rename from static/apple-splash-portrait-light-1668x2388.png rename to static/splash/apple-splash-portrait-light-1668x2388.png diff --git a/static/apple-splash-portrait-light-2048x2732.png b/static/splash/apple-splash-portrait-light-2048x2732.png similarity index 100% rename from static/apple-splash-portrait-light-2048x2732.png rename to static/splash/apple-splash-portrait-light-2048x2732.png diff --git a/static/apple-splash-portrait-light-640x1136.png b/static/splash/apple-splash-portrait-light-640x1136.png similarity index 100% rename from static/apple-splash-portrait-light-640x1136.png rename to static/splash/apple-splash-portrait-light-640x1136.png diff --git a/static/apple-splash-portrait-light-750x1334.png b/static/splash/apple-splash-portrait-light-750x1334.png similarity index 100% rename from static/apple-splash-portrait-light-750x1334.png rename to static/splash/apple-splash-portrait-light-750x1334.png diff --git a/static/apple-splash-portrait-light-828x1792.png b/static/splash/apple-splash-portrait-light-828x1792.png similarity index 100% rename from static/apple-splash-portrait-light-828x1792.png rename to static/splash/apple-splash-portrait-light-828x1792.png