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: docs/modules/icon.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,13 @@ sidebar: auto
10
10
This module automatically generates app icons and favicon with different sizes using [jimp](https://github.com/oliver-moran/jimp) and fills `manifest.icons[]` with proper paths to generated assets that is used by manifest module. Source icon is being resized using *cover* method.
11
11
12
12
13
-
You can pass options to `icon` section in `nuxt.config.js` to override defaults.
13
+
You can pass options to `pwa.icon` in `nuxt.config.js` to override defaults.
Copy file name to clipboardExpand all lines: docs/modules/workbox.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,13 @@ sidebar: auto
10
10
Workbox is a collection of JavaScript libraries for Progressive Web Apps.
11
11
([Learn more](https://developers.google.com/web/tools/workbox)). This module adds full offline support using workbox.
12
12
13
-
You can pass options to `workbox`section in `nuxt.config.js` to override the [defaults](https://github.com/nuxt-community/pwa-module/blob/master/packages/workbox/lib/defaults.js).
13
+
You can pass options to `pwa.workbox` in `nuxt.config.js` to override the [defaults](https://github.com/nuxt-community/pwa-module/blob/dev/lib/workbox/defaults.js).
0 commit comments