From b4232d131d66ed5e60f868d0d4c8052be2a8626d Mon Sep 17 00:00:00 2001 From: Chris Waring Date: Wed, 27 Jan 2021 16:10:15 +0000 Subject: [PATCH] try index with prefetch disabled --- src/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index c79e24bf..932041f9 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -81,6 +81,7 @@ module.exports = { 'ZH - All the latest information about the IPFS Project in one place: blog posts, release notes, videos, news coverage, and more.', }, }, + shouldPrefetch: () => false, head: require('./config/head'), dest: './dist', markdown: {