chore: try fixing pwa register
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m39s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m39s
This commit is contained in:
parent
9d9a238cab
commit
b9d99c5424
2 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -32,4 +32,5 @@ export default {
|
|||
},
|
||||
],
|
||||
},
|
||||
injectRegister: "script",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue