Skip to content

Commit

Permalink
Enable service worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-thakur committed Nov 13, 2018
1 parent 2ff7db4 commit 44cf83f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prod.pawconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"port": "9002",
"host": "0.0.0.0",
"appRootUrl": "/examples/semantic-ui",
"serviceWorker": false,
"serviceWorker": true,
"asyncCSS": false,
"serverSideRender": true,
"singlePageApplication": false
Expand Down
4 changes: 2 additions & 2 deletions src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default class Routes {
routeHandler.hooks.initRoutes.tapPromise('AppRoutes', async () => {
routeHandler.addRoutes(routes);
routeHandler.setPwaSchema({
name: 'ReactPWA | Semantic-UI',
short_name: 'RPWAS',
name: 'ReactPWA | PawJS - Semantic-UI',
short_name: 'P-SUI',
dir: 'ltr',
lang: 'en-US',
orientation: 'any',
Expand Down

0 comments on commit 44cf83f

Please sign in to comment.