From 20b17d446ba99e9a4b63e8b010ac0b6821e76362 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 24 Jan 2026 12:16:40 +0530 Subject: [PATCH] changed logic in manifest.json --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 4b231b0..01c49dd 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -6,7 +6,7 @@ "description": "A Progressive Web Application setup for Laravel projects.", "theme_color": "#6777ef", "gcm_sender_id": "103953800507", - "start_url": "/", + "start_url": "/admin", "icons": [ { "src": "/logo-192.png",