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/react/pwa.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ export default defineConfig({
38
38
39
39
This minimal configuration allows your application to generate the Web Application Manifest and Service Worker on build.
40
40
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.
42
44
43
45
## Making your React app a PWA with Create React App
Copy file name to clipboardExpand all lines: docs/vue/pwa.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ export default defineConfig({
38
38
39
39
This minimal configuration allows your application to generate the Web Application Manifest and Service Worker on build.
40
40
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.
0 commit comments