Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change build concurrency
  • Loading branch information
ascorbic committed May 19, 2026
commit a8ec104033e7bb1c406d60d94ca25cf0d4bc6731
3 changes: 3 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ export default defineConfig({
experimental: {
contentIntellisense: true,
},
build: {
concurrency: 4,
},
server: {
port: 1111,
},
Expand Down
Loading