From a9027a257057ff9f7c9b59b7c13f07b8e2642c3b Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Tue, 25 Apr 2017 17:52:02 +0300 Subject: [PATCH] fix(aio): fix ServiceWorker routing --- aio/ngsw-manifest.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/aio/ngsw-manifest.json b/aio/ngsw-manifest.json index 755ef5197c..55a2a0ae74 100644 --- a/aio/ngsw-manifest.json +++ b/aio/ngsw-manifest.json @@ -8,16 +8,8 @@ "index": "/index.html", "routes": { "/": { - "prefix": false - }, - "/about": { - "prefix": true - }, - "/tutorial": { - "prefix": true - }, - "/guide": { - "prefix": true + "prefix": true, + "onlyWithoutExtension": true } } }