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", };