Update start_url in manifest.json to point to /admin
This commit is contained in:
@@ -5,12 +5,5 @@
|
|||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"description": "A Progressive Web Application setup for Laravel projects.",
|
"description": "A Progressive Web Application setup for Laravel projects.",
|
||||||
"theme_color": "#6777ef",
|
"theme_color": "#6777ef",
|
||||||
"start_url": "/",
|
"start_url": "/admin"
|
||||||
"icons": [
|
|
||||||
{
|
|
||||||
"src": "logo.png",
|
|
||||||
"sizes": "512x512",
|
|
||||||
"type": "image/png"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user