fix(docs-infra): re-enable SW offline mode (#25826)
This basically reverts #25692, since Firebase has fixed the issue with `/index.html` redirection on their side. PR Close #25826
This commit is contained in:
parent
34ec9244a6
commit
152de20774
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"index": "/",
|
||||
"index": "/index.html",
|
||||
"assetGroups": [
|
||||
{
|
||||
"name": "app-shell",
|
||||
|
@ -7,6 +7,7 @@
|
|||
"updateMode": "prefetch",
|
||||
"resources": {
|
||||
"files": [
|
||||
"/index.html",
|
||||
"/pwa-manifest.json",
|
||||
"/app/search/search-worker.js",
|
||||
"/assets/images/favicons/favicon.ico",
|
||||
|
|
Loading…
Reference in New Issue