Skip to content

Commit

Permalink
docs: Add guide/bazel to Service Worker navigationUrls (angular#37190)
Browse files Browse the repository at this point in the history
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 angular#37190
  • Loading branch information
Keen Yee Liau authored and ngwattcos committed Jun 25, 2020
1 parent 92e7f50 commit e12af7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aio/ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"!/api/testing/**",
"!/docs/?*",
"!/docs/*/**",
"!/guide/bazel",
"!/guide/change-log",
"!/getting-started",
"!/getting-started.html",
Expand Down

0 comments on commit e12af7b

Please sign in to comment.