From 18f80676f71cf9fc2af37f4af95519a59cd6ce74 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 20 Mar 2018 11:55:46 +0330 Subject: [PATCH] misc: set shouldPrefetch false by default --- lib/common/nuxt.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/common/nuxt.config.js b/lib/common/nuxt.config.js index 413145d05..7a9e507ac 100644 --- a/lib/common/nuxt.config.js +++ b/lib/common/nuxt.config.js @@ -147,7 +147,9 @@ export default { fallback: false }, render: { - bundleRenderer: {}, + bundleRenderer: { + shouldPrefetch: () => false + }, resourceHints: true, ssr: undefined, http2: {