Skip to content

Commit

Permalink
fix(docs): set prerender concurrency to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Sep 16, 2024
1 parent 0d4a83c commit ec4529b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit ec4529b

Please sign in to comment.