diff --git a/package-lock.json b/package-lock.json index 7fdba03..2f64430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3971,9 +3971,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001431", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz", - "integrity": "sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==", + "version": "1.0.30001534", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz", + "integrity": "sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==", "dev": true, "funding": [ { @@ -3983,6 +3983,10 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ] }, @@ -23482,9 +23486,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001431", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz", - "integrity": "sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==", + "version": "1.0.30001534", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz", + "integrity": "sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==", "dev": true }, "caw": { diff --git a/source/data/global.js b/source/data/global.js index 8b4b0f0..331fde7 100644 --- a/source/data/global.js +++ b/source/data/global.js @@ -12,8 +12,6 @@ export default () => ({ const mobileSuffix = useMobile ? '-mobile' : tabletSuffix; return Object.assign(additions, { - default: `img/${filename}.jpg`, - default2x: `img/${filename}@2x.jpg`, webp: `img/${filename}.webp`, webp2x: `img/${filename}@2x.webp`, webpTablet: `img/${filename}${tabletSuffix}.webp`, diff --git a/source/img/about-video.jpg b/source/img/about-video.jpg deleted file mode 100644 index c1ad0fd..0000000 Binary files a/source/img/about-video.jpg and /dev/null differ diff --git a/source/img/about-video@2x.jpg b/source/img/about-video@2x.jpg deleted file mode 100644 index 2e7ea60..0000000 Binary files a/source/img/about-video@2x.jpg and /dev/null differ diff --git a/source/img/about.jpg b/source/img/about.jpg deleted file mode 100644 index 0102a55..0000000 Binary files a/source/img/about.jpg and /dev/null differ diff --git a/source/img/about@2x.jpg b/source/img/about@2x.jpg deleted file mode 100644 index 7fb3290..0000000 Binary files a/source/img/about@2x.jpg and /dev/null differ diff --git a/source/img/avatar.jpg b/source/img/avatar.jpg deleted file mode 100644 index db85d06..0000000 Binary files a/source/img/avatar.jpg and /dev/null differ diff --git a/source/img/avatar@2x.jpg b/source/img/avatar@2x.jpg deleted file mode 100644 index 0250075..0000000 Binary files a/source/img/avatar@2x.jpg and /dev/null differ diff --git a/source/img/promo.jpg b/source/img/promo.jpg deleted file mode 100644 index f047ba9..0000000 Binary files a/source/img/promo.jpg and /dev/null differ diff --git a/source/img/promo@2x.jpg b/source/img/promo@2x.jpg deleted file mode 100644 index c4be60d..0000000 Binary files a/source/img/promo@2x.jpg and /dev/null differ diff --git a/source/img/supergames.jpg b/source/img/supergames.jpg deleted file mode 100644 index 9547395..0000000 Binary files a/source/img/supergames.jpg and /dev/null differ diff --git a/source/img/supergames@2x.jpg b/source/img/supergames@2x.jpg deleted file mode 100644 index b04a731..0000000 Binary files a/source/img/supergames@2x.jpg and /dev/null differ diff --git a/source/img/teaser.jpg b/source/img/teaser.jpg deleted file mode 100644 index ed75383..0000000 Binary files a/source/img/teaser.jpg and /dev/null differ diff --git a/source/img/teaser@2x.jpg b/source/img/teaser@2x.jpg deleted file mode 100644 index f3a89a5..0000000 Binary files a/source/img/teaser@2x.jpg and /dev/null differ diff --git a/source/img/trainer-1.jpg b/source/img/trainer-1.jpg deleted file mode 100644 index 90cfe84..0000000 Binary files a/source/img/trainer-1.jpg and /dev/null differ diff --git a/source/img/trainer-1@2x.jpg b/source/img/trainer-1@2x.jpg deleted file mode 100644 index c84ddbf..0000000 Binary files a/source/img/trainer-1@2x.jpg and /dev/null differ diff --git a/source/img/trainer-2.jpg b/source/img/trainer-2.jpg deleted file mode 100644 index a2b1cfc..0000000 Binary files a/source/img/trainer-2.jpg and /dev/null differ diff --git a/source/img/trainer-2@2x.jpg b/source/img/trainer-2@2x.jpg deleted file mode 100644 index 274a890..0000000 Binary files a/source/img/trainer-2@2x.jpg and /dev/null differ diff --git a/source/img/trainer-3.jpg b/source/img/trainer-3.jpg deleted file mode 100644 index ac6aec2..0000000 Binary files a/source/img/trainer-3.jpg and /dev/null differ diff --git a/source/img/trainer-3@2x.jpg b/source/img/trainer-3@2x.jpg deleted file mode 100644 index de3678d..0000000 Binary files a/source/img/trainer-3@2x.jpg and /dev/null differ diff --git a/source/img/trainer-4.jpg b/source/img/trainer-4.jpg deleted file mode 100644 index 90519f6..0000000 Binary files a/source/img/trainer-4.jpg and /dev/null differ diff --git a/source/img/trainer-4@2x.jpg b/source/img/trainer-4@2x.jpg deleted file mode 100644 index f7ccb6e..0000000 Binary files a/source/img/trainer-4@2x.jpg and /dev/null differ diff --git a/source/img/wheels.png b/source/img/wheels.png deleted file mode 100644 index e8ae3e0..0000000 Binary files a/source/img/wheels.png and /dev/null differ diff --git a/source/img/wheels@2x.png b/source/img/wheels@2x.png deleted file mode 100644 index 597d75b..0000000 Binary files a/source/img/wheels@2x.png and /dev/null differ diff --git a/source/layouts/components/picture.twig b/source/layouts/components/picture.twig index 46b0b79..42edcb0 100644 --- a/source/layouts/components/picture.twig +++ b/source/layouts/components/picture.twig @@ -2,30 +2,21 @@ {% if webpMobile %} {% endif %} {% if webpTablet %} {% endif %} - {% if webp %} - - {% endif %}