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": [
|
"assetGroups": [
|
||||||
{
|
{
|
||||||
"name": "app-shell",
|
"name": "app-shell",
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
"updateMode": "prefetch",
|
"updateMode": "prefetch",
|
||||||
"resources": {
|
"resources": {
|
||||||
"files": [
|
"files": [
|
||||||
|
"/index.html",
|
||||||
"/pwa-manifest.json",
|
"/pwa-manifest.json",
|
||||||
"/app/search/search-worker.js",
|
"/app/search/search-worker.js",
|
||||||
"/assets/images/favicons/favicon.ico",
|
"/assets/images/favicons/favicon.ico",
|
||||||
|
|
Loading…
Reference in New Issue