nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
400 stars 25 forks source link

fix: sync Cache-Control header time with options #102

Closed maximepvrt closed 11 months ago

maximepvrt commented 11 months ago

Currently, the cache is forced to 365 days; I have adjusted it with the custom-defined value.

maximepvrt commented 11 months ago

@harlan-zw I discovered this bug as GitHub wasn't updating the cached image of my Nuxters OpenGraph here https://github.com/maximepvrt (vs https://nuxters.nuxt.com/maximepvrt).

harlan-zw commented 11 months ago

Thanks!