Skip to content

Commit

Permalink
Fix typo in cacheLife configs in use-cache docs
Browse files Browse the repository at this point in the history
  • Loading branch information
t3dotgg authored Oct 27, 2024
1 parent ca5f29d commit 880fecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/01-directives/use-cache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const nextConfig = {
biweekly: {
stale: 60 * 60 * 24 * 14, // 14 days
revalidate: 60 * 60 * 24, // 1 day
expire: 86400 60 * 60 * 24 * 14, // 14 days
expire: 60 * 60 * 24 * 14, // 14 days
},
},
},
Expand Down

0 comments on commit 880fecb

Please sign in to comment.