We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38d94a commit 663c17aCopy full SHA for 663c17a
prod.pawconfig.json
@@ -2,7 +2,7 @@
2
"port": "9005",
3
"host": "0.0.0.0",
4
"appRootUrl": "/examples/redux",
5
- "serviceWorker": false,
+ "serviceWorker": true,
6
"asyncCSS": false,
7
"serverSideRender": true,
8
"singlePageApplication": false
src/routes.js
@@ -21,8 +21,8 @@ export default class Routes {
21
routeHandler.hooks.initRoutes.tapPromise('AppRoutes', async () => {
22
routeHandler.addRoutes(routes);
23
routeHandler.setPwaSchema({
24
- name: 'ReactPWA | Redux',
25
- short_name: 'RPWAR',
+ name: 'ReactPWA | PawJS - Redux',
+ short_name: 'P-Redux',
26
dir: 'ltr',
27
lang: 'en-US',
28
orientation: 'any',
0 commit comments