Adds a cache forever tag to robohashes

This commit is contained in:
Vitor Pamplona
2023-08-04 12:17:19 -04:00
parent ba2902b725
commit ec93fc53b2
@@ -95,6 +95,7 @@ object Robohash {
.Builder(context)
.data("robohash:$message")
.fetcherFactory(HashImageFetcher.Factory)
.addHeader("Cache-Control", "max-age=31536000")
.build()
}
}