You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -462,4 +462,4 @@
462
462
1. NextJs, next-pwa, workbox are still growing their api, so this project setup will be modified in the future for easier setup.
463
463
2. There is a known error on the workbox: https://github.com/GoogleChrome/workbox/issues/2178.
464
464
3. The `subdomainPrefix` config is based on the unapproved pr https://github.com/shadowwalker/next-pwa/pull/33.
465
-
4.All indirect children in `next/head` willnotbe picked up at build time, so all `next/link` wrapped elements must be inserted after the `next/head` is loaded.
465
+
4.Only direct children in `next/head` will be picked up at build time, so all `next/link` wrapped elements must be inserted (useEffect) after the `next/head` is loaded.