From c747bd350f2f528f1f393fc8f3d81d5edd1620bf Mon Sep 17 00:00:00 2001 From: Vikramadhitya V Kalahasthi Date: Mon, 5 Jan 2026 07:43:26 -0800 Subject: [PATCH] Update manifest link to use manifest.json Corrected manifest error --- apps/user-application/src/routes/__root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user-application/src/routes/__root.tsx b/apps/user-application/src/routes/__root.tsx index 55ca737..e9f145b 100644 --- a/apps/user-application/src/routes/__root.tsx +++ b/apps/user-application/src/routes/__root.tsx @@ -52,7 +52,7 @@ export const Route = createRootRouteWithContext<{ sizes: "16x16", href: "/favicon-16x16.png", }, - { rel: "manifest", href: "/site.webmanifest", color: "#fffff" }, + { rel: "manifest", href: "/manifest.json", color: "#fffff" }, { rel: "icon", href: "/favicon.ico" }, ], }),