Skip to content

Commit

Permalink
improve: generate speed (temporary) (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirumirumi authored Dec 28, 2024
2 parents c85c49f + 41b0d41 commit d83e112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export default defineNuxtConfig({
},
nitro: {
prerender: {
concurrency: 1,
interval: 2_500,
concurrency: 3,
interval: 100,

// CAUTION!: The following comment are used by CI to re-generate specified post
// ### crawlLinks: false, routes: [###],
Expand Down

0 comments on commit d83e112

Please sign in to comment.