diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index b63226f..6a8ebae 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -17,10 +17,6 @@ export default defineNuxtConfig({ transpile: [/content-edge/, /github-module/] }, nitro: { - prerender: { - crawlLinks: true, - routes: ['/'] - }, preset: 'vercel' } })