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" }, ], }),