Skip to content

Commit ee74fb7

Browse files
committed
add deploy info
1 parent 9d41ffc commit ee74fb7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/react/pwa.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ export default defineConfig({
3838

3939
This minimal configuration allows your application to generate the Web Application Manifest and Service Worker on build.
4040

41-
For more information on configuring the Vite PWA Plugin as well as how to deploy your PWA, see the [Vite PWA "Getting Started" Guide](https://vite-pwa-org.netlify.app/guide/).
41+
For more information on configuring the Vite PWA Plugin, see the [Vite PWA "Getting Started" Guide](https://vite-pwa-org.netlify.app/guide/).
42+
43+
See the [Vite PWA "Deploy" Guide](https://vite-pwa-org.netlify.app/deployment/) for information on how to deploy your PWA.
4244

4345
## Making your React app a PWA with Create React App
4446

docs/vue/pwa.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ export default defineConfig({
3838

3939
This minimal configuration allows your application to generate the Web Application Manifest and Service Worker on build.
4040

41-
For more information on configuring the Vite PWA Plugin as well as how to deploy your PWA, see the [Vite PWA "Getting Started" Guide](https://vite-pwa-org.netlify.app/guide/).
41+
For more information on configuring the Vite PWA Plugin, see the [Vite PWA "Getting Started" Guide](https://vite-pwa-org.netlify.app/guide/).
42+
43+
See the [Vite PWA "Deploy" Guide](https://vite-pwa-org.netlify.app/deployment/) for information on how to deploy your PWA.
4244

4345
## Making your Vue app a PWA with Vue CLI
4446

0 commit comments

Comments
 (0)