diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100755 index a11777c..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/images/logo-64x64.png b/public/images/logo-64x64.png new file mode 100644 index 0000000..72237d8 Binary files /dev/null and b/public/images/logo-64x64.png differ diff --git a/public/index.html b/public/index.html index 7e738bb..a6aa4d1 100755 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + , document.getElementById('root')); -// If you want your app to work offline and load faster, you can change -// unregister() to register() below. Note this comes with some pitfalls. // Learn more about service workers: http://bit.ly/CRA-PWA -serviceWorker.unregister(); +if (config.debug) { + serviceWorker.unregister(); +} else { + serviceWorker.register(); +}