From b0fdf297ee34673418f9d96cde73089665a10131 Mon Sep 17 00:00:00 2001 From: Nathan Lamy Date: Wed, 30 Jul 2025 20:53:41 +0200 Subject: [PATCH] chore: add PWA manifest --- app/root.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/root.tsx b/app/root.tsx index 290656a..9d8a089 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -47,6 +47,9 @@ export function Layout({ children }: { children: React.ReactNode }) { href="/apple-touch-icon.png" /> + {/* PWA Manifest */} + +