diff --git a/docs/content/3.guides/3.cache.md b/docs/content/3.guides/3.cache.md index 4e7620fa..44ee09c5 100644 --- a/docs/content/3.guides/3.cache.md +++ b/docs/content/3.guides/3.cache.md @@ -48,7 +48,7 @@ Alternatively, you can change the default cache time in your nuxt.config. export default defineNuxtConfig({ ogImage: { defaults: { - cacheMaxAgeSeconds: 60 * 60 * 24 * 7 * 1000 // 7 days + cacheMaxAgeSeconds: 60 * 60 * 24 * 7 // 7 days } } })