Skip to content

Commit 663c17a

Browse files
committed
Enable service worker.
1 parent b38d94a commit 663c17a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

prod.pawconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"port": "9005",
33
"host": "0.0.0.0",
44
"appRootUrl": "/examples/redux",
5-
"serviceWorker": false,
5+
"serviceWorker": true,
66
"asyncCSS": false,
77
"serverSideRender": true,
88
"singlePageApplication": false

src/routes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export default class Routes {
2121
routeHandler.hooks.initRoutes.tapPromise('AppRoutes', async () => {
2222
routeHandler.addRoutes(routes);
2323
routeHandler.setPwaSchema({
24-
name: 'ReactPWA | Redux',
25-
short_name: 'RPWAR',
24+
name: 'ReactPWA | PawJS - Redux',
25+
short_name: 'P-Redux',
2626
dir: 'ltr',
2727
lang: 'en-US',
2828
orientation: 'any',

0 commit comments

Comments
 (0)