chore: try fixing pwa register
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m39s

This commit is contained in:
Nathan Lamy 2025-08-19 23:22:18 +02:00
parent 9d9a238cab
commit b9d99c5424
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
content="BJColle but faster, better and prettier ⚡️"
/>
<link rel="manifest" href="/manifest.webmanifest" />
<script src="/registerSW.js"></script>
<Meta />
<Links />
</head>

View file

@ -32,4 +32,5 @@ export default {
},
],
},
injectRegister: "script",
};