diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 98932ce..70a60de 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -12,6 +12,12 @@ export default defineNuxtConfig({ 'nuxt-og-image' ], + nitro: { + prerender: { + concurrency: 1 + } + }, + hooks: { // Define `@nuxt/ui` components as global to use them in `.md` (feel free to add those you need) 'components:extend': (components) => {