From 5270a533f037a314e5d8b0c24f319bf20915a611 Mon Sep 17 00:00:00 2001 From: Hyunseung Lee Date: Wed, 27 Jul 2022 10:03:57 +0900 Subject: [PATCH 1/2] Update plugin-pwa.md --- website/docs/api/plugins/plugin-pwa.md | 2 +- .../version-2.0.0-beta.22/api/plugins/plugin-pwa.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/api/plugins/plugin-pwa.md b/website/docs/api/plugins/plugin-pwa.md index 71f63febc643..b44547dd8447 100644 --- a/website/docs/api/plugins/plugin-pwa.md +++ b/website/docs/api/plugins/plugin-pwa.md @@ -142,7 +142,7 @@ The [`standalone` strategy](https://petelepage.com/blog/2019/07/is-my-pwa-instal ### `injectManifestConfig` {#injectmanifestconfig} -[Workbox options](https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-build#.injectManifest) to pass to `workbox.injectManifest()`. This gives you control over which assets will be precached, and be available offline. +[Workbox options]( https://developer.chrome.com/docs/workbox/reference/workbox-build/#type-InjectManifestOptions) to pass to `workbox.injectManifest()`. This gives you control over which assets will be precached, and be available offline. - Type: `InjectManifestOptions` - Default: `{}` diff --git a/website/versioned_docs/version-2.0.0-beta.22/api/plugins/plugin-pwa.md b/website/versioned_docs/version-2.0.0-beta.22/api/plugins/plugin-pwa.md index 71f63febc643..7b96b0ec5637 100644 --- a/website/versioned_docs/version-2.0.0-beta.22/api/plugins/plugin-pwa.md +++ b/website/versioned_docs/version-2.0.0-beta.22/api/plugins/plugin-pwa.md @@ -142,7 +142,7 @@ The [`standalone` strategy](https://petelepage.com/blog/2019/07/is-my-pwa-instal ### `injectManifestConfig` {#injectmanifestconfig} -[Workbox options](https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-build#.injectManifest) to pass to `workbox.injectManifest()`. This gives you control over which assets will be precached, and be available offline. +[Workbox options](https://developer.chrome.com/docs/workbox/reference/workbox-build/#type-InjectManifestOptions) to pass to `workbox.injectManifest()`. This gives you control over which assets will be precached, and be available offline. - Type: `InjectManifestOptions` - Default: `{}` From 8d34070d65992b89e458b91320242edaaaf03694 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Mon, 1 Aug 2022 13:24:10 +0800 Subject: [PATCH 2/2] Update plugin-pwa.md --- website/docs/api/plugins/plugin-pwa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/plugins/plugin-pwa.md b/website/docs/api/plugins/plugin-pwa.md index b44547dd8447..7b96b0ec5637 100644 --- a/website/docs/api/plugins/plugin-pwa.md +++ b/website/docs/api/plugins/plugin-pwa.md @@ -142,7 +142,7 @@ The [`standalone` strategy](https://petelepage.com/blog/2019/07/is-my-pwa-instal ### `injectManifestConfig` {#injectmanifestconfig} -[Workbox options]( https://developer.chrome.com/docs/workbox/reference/workbox-build/#type-InjectManifestOptions) to pass to `workbox.injectManifest()`. This gives you control over which assets will be precached, and be available offline. +[Workbox options](https://developer.chrome.com/docs/workbox/reference/workbox-build/#type-InjectManifestOptions) to pass to `workbox.injectManifest()`. This gives you control over which assets will be precached, and be available offline. - Type: `InjectManifestOptions` - Default: `{}`