From e5af8a1b4a7027676e81d9016935bd49f4083817 Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Thu, 16 Apr 2020 12:08:26 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactivation=20du=20prefetch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 01166f3..d358fdf 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -12,6 +12,9 @@ module.exports = { ['meta', { name: 'msapplication-TileImage', content: '/icons/mstile-144x144.png' }], ['meta', { name: 'msapplication-TileColor', content: '#ffffff' }] ], + shouldPrefetch () { + return false + }, plugins: [ [ '@vuepress/blog',