diff --git a/firebase.json b/firebase.json index c4d43f4..657bfdc 100644 --- a/firebase.json +++ b/firebase.json @@ -11,6 +11,26 @@ "source": "**", "destination": "/index.html" } + ], + "headers": [ + { + "source": "**/*.{jpg,jpeg,gif,png,js,css}", + "headers": [ + { + "key": "Cache-Control", + "value": "public, max-age=2592000" + } + ] + }, + { + "source": "index.html", + "headers": [ + { + "key": "Cache-Control", + "value": "public, max-age=2592000" + } + ] + } ] }, "firestore": { diff --git a/public/index.html b/public/index.html index c7eb795..8882ea3 100644 --- a/public/index.html +++ b/public/index.html @@ -49,14 +49,14 @@
- - - - - - - - +