From 8d827a1c173286027f3633ecde967276ec30477c Mon Sep 17 00:00:00 2001 From: Alexandre Alves <97888974+aalves08@users.noreply.github.com> Date: Tue, 23 Aug 2022 10:51:56 +0100 Subject: [PATCH] prevent links prefetch on nuxt-link (#6698) Co-authored-by: Alexandre Alves --- shell/nuxt.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell/nuxt.config.js b/shell/nuxt.config.js index 0beddff3d5..2294065ebf 100644 --- a/shell/nuxt.config.js +++ b/shell/nuxt.config.js @@ -305,8 +305,9 @@ export default function(dir, _appConfig) { }, router: { - base: routerBasePath, - middleware: ['i18n'], + base: routerBasePath, + middleware: ['i18n'], + prefetchLinks: false }, alias: {