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

fix: disable service worker

This commit is contained in:
uetchy 2019-08-02 16:27:29 +09:00
parent c6d9b157c8
commit 001cbb9a9e

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.register()
serviceWorker.unregister()