From a7a4824ece08a3a3ee0429b10920cfe728e86a81 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 26 Nov 2024 17:48:12 +0100 Subject: [PATCH] docs(nuxt.config): disable prerender --- docs/nuxt.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 46f2875d..d8842372 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -86,14 +86,14 @@ export default defineNuxtConfig({ nitro: { prerender: { routes: [ - '/getting-started', + // '/getting-started', '/api/countries.json', '/api/locales.json' // '/api/releases.json', // '/api/pulls.json' - ], - crawlLinks: true, - autoSubfolderIndex: false + ] + // crawlLinks: true, + // autoSubfolderIndex: false // ignore: !process.env.NUXT_GITHUB_TOKEN ? ['/pro'] : [] }, cloudflare: {