mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update prefetch docs and mention it's production only. (#1324)
This commit is contained in:
parent
7deca93a10
commit
2aa9586052
|
@ -351,6 +351,8 @@ Router.onAppUpdated = (nextUrl) => {
|
||||||
|
|
||||||
### Prefetching Pages
|
### Prefetching Pages
|
||||||
|
|
||||||
|
(This is a production only feature)
|
||||||
|
|
||||||
<p><details>
|
<p><details>
|
||||||
<summary><b>Examples</b></summary>
|
<summary><b>Examples</b></summary>
|
||||||
<ul><li><a href="./examples/with-prefetching">Prefetching</a></li></ul>
|
<ul><li><a href="./examples/with-prefetching">Prefetching</a></li></ul>
|
||||||
|
|
Loading…
Reference in a new issue