From 27f70839eb5e907aa0312177e146c6b4569723a5 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 20 Feb 2018 14:24:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A0=EF=B8=8F=20prefetch=20is=20a=20produc?= =?UTF-8?q?tion=20only=20feature=20=E2=9A=A0=EF=B8=8F=20(#3851)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6c4c1816..bd057318 100644 --- a/readme.md +++ b/readme.md @@ -608,7 +608,7 @@ The above `router` object comes with an API similar to [`next/router`](#imperati ### Prefetching Pages -(This is a production only feature) +⚠️ This is a production only feature ⚠️

Examples