mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
⚠️ prefetch is a production only feature ⚠️ (#3851)
I was wondering why I couldn't see the prefetch network request. Turns out I wasn't forwarding the property to the next router nor I was running the application in production.
This commit is contained in:
parent
a10324d591
commit
27f70839eb
|
@ -608,7 +608,7 @@ The above `router` object comes with an API similar to [`next/router`](#imperati
|
||||||
|
|
||||||
### Prefetching Pages
|
### Prefetching Pages
|
||||||
|
|
||||||
(This is a production only feature)
|
⚠️ This is a production only feature ⚠️
|
||||||
|
|
||||||
<p><details>
|
<p><details>
|
||||||
<summary><b>Examples</b></summary>
|
<summary><b>Examples</b></summary>
|
||||||
|
|
Loading…
Reference in a new issue