diff --git a/astro.config.mjs b/astro.config.mjs index 110c2bf..d1b4352 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,9 +13,6 @@ if (process.env.VERCEL) { configMixin = { output: "server", adapter: vercel(), - build: { - split: true, - }, }; } else if (process.env.CF_PAGES) { console.info("Using Cloudflare adapter..."); @@ -28,9 +25,6 @@ if (process.env.VERCEL) { configMixin = { output: "server", adapter: netlify(), - build: { - split: true, - }, }; } else if (process.argv.includes("--s2f-use-deno")) { console.info("Using Deno adapter...");