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
This commit is contained in:
Keen Yee Liau 2020-05-20 17:00:44 -07:00 committed by Matias Niemelä
parent e64176019a
commit 227ba625e6
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@
"!/api/testing/**",
"!/docs/?*",
"!/docs/*/**",
"!/guide/bazel",
"!/guide/change-log",
"!/getting-started",
"!/getting-started.html",