Skip to content

Commit

Permalink
Update docs/01-app/03-api-reference/05-config/01-next-config-js/stale…
Browse files Browse the repository at this point in the history
…Times.mdx
  • Loading branch information
delbaoliveira authored Nov 21, 2024
1 parent 51442e2 commit 78e4192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = nextConfig

The `static` and `dynamic` properties correspond with the time period (in seconds) based on different types of [link prefetching](/docs/app/api-reference/components/link#prefetch).

- The `dynamic` property is used when the page is neither statically generated nor fully prefetched (i.e., with `prefetch={true}`).
- The `dynamic` property is used when the page is neither statically generated nor fully prefetched (e.g. with `prefetch={true}`).
- Default: 0 seconds (not cached)
- The `static` property is used for statically generated pages, or when the `prefetch` prop on `Link` is set to `true`, or when calling [`router.prefetch`](/docs/app/building-your-application/caching#routerprefetch).
- Default: 5 minutes
Expand Down

0 comments on commit 78e4192

Please sign in to comment.