From 227ba625e6b4aad8cdc3d658e11fff508f0b5c44 Mon Sep 17 00:00:00 2001 From: Keen Yee Liau Date: Wed, 20 May 2020 17:00:44 -0700 Subject: [PATCH] docs: Add guide/bazel to Service Worker navigationUrls (#37190) This commit adds an exception for "guide/bazel" to the navigationUrls in the Service Worker config. This is needed for redirection to work. PR Close #37190 --- aio/ngsw-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/ngsw-config.json b/aio/ngsw-config.json index ebb8816ccc..d5bb29fbac 100644 --- a/aio/ngsw-config.json +++ b/aio/ngsw-config.json @@ -94,6 +94,7 @@ "!/api/testing/**", "!/docs/?*", "!/docs/*/**", + "!/guide/bazel", "!/guide/change-log", "!/getting-started", "!/getting-started.html",