Skip to content

Commit

Permalink
Clarify automatic updates in deployment. (#27418)
Browse files Browse the repository at this point in the history
Slightly more clear πŸ˜„
  • Loading branch information
leerob authored Jul 22, 2021
1 parent 047347a commit 14fb7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ When you deploy your Next.js application, you want to see the latest version wit

Next.js will automatically load the latest version of your application in the background when routing. For client-side navigation, `next/link` will temporarily function as a normal `<a>` tag.

If a new page (with an old version) has already been prefetched by `next/link`, Next.js will use the old version. Then, after either a full page refresh or multiple client-side transitions, Next.js will show the latest version.
**Note:** If a new page (with an old version) has already been prefetched by `next/link`, Next.js will use the old version. Then, after either a full page refresh or multiple client-side page transitions, Next.js will show the latest version.

## Other hosting options

Expand Down

0 comments on commit 14fb7df

Please sign in to comment.