From 6301ac7ffd08382550a11f1eff6c16dee683d1f8 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 2 Jan 2021 16:51:15 -0600 Subject: [PATCH] Disable generate crawler --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index 8537871..d66fdb0 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -112,6 +112,7 @@ export default { }, generate: { + crawler: false, cache: { ignore: [ // When something changed in the docs folder, do not re-build via webpack