From 3b48a20ef99371b871be0adbfef888432c5295dd Mon Sep 17 00:00:00 2001 From: LingDocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 26 Aug 2021 18:52:21 +0400 Subject: [PATCH] turn service worker back on oops --- website/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/index.tsx b/website/src/index.tsx index 0fdcfd0..405a61f 100644 --- a/website/src/index.tsx +++ b/website/src/index.tsx @@ -22,7 +22,7 @@ ReactDOM.render( document.getElementById('root') ); -serviceWorkerRegistration.unregister(); +serviceWorkerRegistration.register(); // If you want to start measuring performance in your app, pass a function // to log results (for example: reportWebVitals(console.log))