Skip to content

Commit 3ce197d

Browse files
committed
Enable service worker
1 parent 705672a commit 3ce197d

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": "9008",
33
"host": "0.0.0.0",
44
"appRootUrl": "/examples/auth",
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
@@ -48,8 +48,8 @@ export default class Routes {
4848
routeHandler.hooks.initRoutes.tapPromise('AppRoutes', async () => {
4949
routeHandler.addRoutes(routes);
5050
routeHandler.setPwaSchema({
51-
name: 'ReactPWA | Auth',
52-
short_name: 'RPWAA',
51+
name: 'ReactPWA | PawJS - Auth',
52+
short_name: 'P-Auth',
5353
dir: 'ltr',
5454
lang: 'en-US',
5555
orientation: 'any',

0 commit comments

Comments
 (0)