From 4dc684fcf640af43689242c8a303284684f79de5 Mon Sep 17 00:00:00 2001 From: Reilly Wood Date: Thu, 12 Jan 2023 11:05:04 -0800 Subject: [PATCH] Disable prefetch setting --- .vuepress/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vuepress/config.js b/.vuepress/config.js index 5ad0d5a81b..38b7482a28 100755 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -81,6 +81,8 @@ export default defineUserConfig({ str.replace(/^@snippets/, path.resolve(__dirname, '../snippets')), }, }, + // without this, we attempt to prefetch the whole site 😬 + shouldPrefetch: false, theme: defaultTheme({ repo: 'nushell/nushell', repoLabel: 'GitHub',