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:
parent
e64176019a
commit
227ba625e6
|
@ -94,6 +94,7 @@
|
||||||
"!/api/testing/**",
|
"!/api/testing/**",
|
||||||
"!/docs/?*",
|
"!/docs/?*",
|
||||||
"!/docs/*/**",
|
"!/docs/*/**",
|
||||||
|
"!/guide/bazel",
|
||||||
"!/guide/change-log",
|
"!/guide/change-log",
|
||||||
"!/getting-started",
|
"!/getting-started",
|
||||||
"!/getting-started.html",
|
"!/getting-started.html",
|
||||||
|
|
Loading…
Reference in New Issue