refactor: ♻️ move pwa screenshots to specific dir

This commit is contained in:
Julien Oculi 2024-05-28 17:35:21 +02:00
parent 26fc6c6c34
commit 586ff4fd42
3 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View file

Before

Width:  |  Height:  |  Size: 594 KiB

After

Width:  |  Height:  |  Size: 594 KiB

View file

@ -43,14 +43,14 @@
], ],
"screenshots": [ "screenshots": [
{ {
"src": "/assets/pwa_install_ui-desktop.png", "src": "/assets/screenshots/pwa_install_ui-desktop.png",
"sizes": "1920x1080", "sizes": "1920x1080",
"type": "image/png", "type": "image/png",
"form_factor": "wide", "form_factor": "wide",
"label": "Accueil" "label": "Accueil"
}, },
{ {
"src": "/assets/pwa_install_ui-mobile.jpg", "src": "/assets/screenshots/pwa_install_ui-mobile.jpg",
"sizes": "1080x2400", "sizes": "1080x2400",
"type": "image/jpeg", "type": "image/jpeg",
"form_factor": "narrow", "form_factor": "narrow",