Make start URL for manifest relative

This commit is contained in:
Junior 2024-05-29 13:49:01 -04:00
parent 0f4cdd1b35
commit bd38ced467

View File

@ -13,7 +13,7 @@
"sizes": "192x192"
}
],
"start_url": "/index.php",
"start_url": "index.php",
"display": "fullscreen",
"scope": "/"
}