1
Fork 0

Disable service-worker, change demo link in readme

This commit is contained in:
viktorstrate 2020-01-19 23:05:44 +01:00
parent f1527a6ffd
commit 2ee33a88cf
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
![screenshot](/screenshots/main-window.png)
## Demo site
Visit: [photos.qpqp.dk](http://photos.qpqp.dk/)
Visit https://photos.qpqp.dk/
Username: __demo__
Password: __demo__

View File

@ -17,4 +17,6 @@ const Main = () => (
)
ReactDOM.render(<Main />, document.getElementById('root'))
registerServiceWorker()
// TODO: Get Service Worker up and running
//registerServiceWorker()