Mise à jour de 'Sources/justMUSIC/firebase.json'

DRONE
Emre KARTAL 1 year ago
parent f1522eb002
commit 88c7db41f0

@ -12,6 +12,25 @@
"source": "**", "source": "**",
"destination": "/index.html" "destination": "/index.html"
} }
] ],
"headers": [ {
"source": "/.@(eot|otf|ttf|ttc|woff|font.css)",
"headers": [ {
"key": "Access-Control-Allow-Origin",
"value": ""
} ]
}, {
"source": "/*.@(jpg|jpeg|gif|png)",
"headers": [ {
"key": "Cache-Control",
"value": "max-age=7200"
} ]
}, {
"source": "404.html",
"headers": [ {
"key": "Cache-Control",
"value": "max-age=300"
} ]
} ]
} }
} }

Loading…
Cancel
Save