refactor: ♻️ move pwa screenshots to specific dir
This commit is contained in:
parent
26fc6c6c34
commit
586ff4fd42
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 594 KiB After Width: | Height: | Size: 594 KiB |
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue