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: {