diff --git a/firebase.json b/firebase.json
index 8eaafc5..930d405 100644
--- a/firebase.json
+++ b/firebase.json
@@ -15,6 +15,17 @@
"source": "**",
"destination": "/index.html"
}
+ ],
+ "headers": [
+ {
+ "source": "**/*.@(js|css)",
+ "headers": [
+ {
+ "key": "Cache-Control",
+ "value": "max-age=846000"
+ }
+ ]
+ }
]
}
}
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 8a536da..f736a7b 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,4 +1,4 @@