There was an error while loading. Please reload this page.
1 parent 705672a commit 3ce197dCopy full SHA for 3ce197d
prod.pawconfig.json
@@ -2,7 +2,7 @@
2
"port": "9008",
3
"host": "0.0.0.0",
4
"appRootUrl": "/examples/auth",
5
- "serviceWorker": false,
+ "serviceWorker": true,
6
"asyncCSS": false,
7
"serverSideRender": true,
8
"singlePageApplication": false
src/routes.js
@@ -48,8 +48,8 @@ export default class Routes {
48
routeHandler.hooks.initRoutes.tapPromise('AppRoutes', async () => {
49
routeHandler.addRoutes(routes);
50
routeHandler.setPwaSchema({
51
- name: 'ReactPWA | Auth',
52
- short_name: 'RPWAA',
+ name: 'ReactPWA | PawJS - Auth',
+ short_name: 'P-Auth',
53
dir: 'ltr',
54
lang: 'en-US',
55
orientation: 'any',
0 commit comments