diff --git a/angular/src/app/app.module.ts b/angular/src/app/app.module.ts index 716954a..f714d39 100644 --- a/angular/src/app/app.module.ts +++ b/angular/src/app/app.module.ts @@ -69,7 +69,7 @@ import { DownloadAppDirective } from './directives/download-app.directive'; HttpClientModule, BrowserAnimationsModule, BrowserModule, - ServiceWorkerModule.register('ngsw-worker.js', { + ServiceWorkerModule.register('/sw-master.js', { enabled: environment.production, // Register the ServiceWorker as soon as the application is stable // or after 30 seconds (whichever comes first).