1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

feat: enable service worker

This commit is contained in:
uetchy 2019-08-03 00:35:54 +09:00
parent 6993407980
commit 1481941885

View File

@ -9,4 +9,4 @@ ReactDOM.render(<App />, document.getElementById('root'))
ReactGA.initialize('UA-28919359-15')
ReactGA.pageview(window.location.pathname + window.location.search)
serviceWorker.unregister()
serviceWorker.register()