From b9d99c5424dddcaca9b522262a0725257445c091 Mon Sep 17 00:00:00 2001 From: Nathan Lamy Date: Tue, 19 Aug 2025 23:22:18 +0200 Subject: [PATCH] chore: try fixing pwa register --- app/root.tsx | 1 + pwa.config.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/app/root.tsx b/app/root.tsx index ecfc473..46733e0 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -55,6 +55,7 @@ export function Layout({ children }: { children: React.ReactNode }) { content="BJColle but faster, better and prettier ⚡️" /> + diff --git a/pwa.config.ts b/pwa.config.ts index 1d6404a..3944800 100644 --- a/pwa.config.ts +++ b/pwa.config.ts @@ -32,4 +32,5 @@ export default { }, ], }, + injectRegister: "script", };