From dbe6a06c064877c1871a7b16ec8aab19722b0f3e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 13 Oct 2024 20:00:57 +0300 Subject: [PATCH] --- astro.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.ts b/astro.config.ts index eb7ec2cd..023bcd53 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -7,7 +7,7 @@ export default (await import("astro/config")).defineConfig({ // TODO Place your site URL here // site: "", build: { - concurrency: 9999 + concurrency: 9999, }, integrations: [ // @ts-ignore