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