From b12376fd06f584a51cefd6c951ebab783d15675f Mon Sep 17 00:00:00 2001 From: Jose Carlos Laura Ramirez Date: Sun, 8 Dec 2024 15:37:16 -0400 Subject: [PATCH] remove base --- astro.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 26dfdb5..057a7a4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -22,17 +22,14 @@ const LIVE_URL = "https://pachonjcl.github.io"; const SCRIPT = process.env.npm_lifecycle_script || ""; const isBuild = SCRIPT.includes("astro build"); let BASE_URL = LOCALHOST_URL; -let BASE = ""; // When you're building your site in local or in CI, you could just set your URL manually if (isBuild) { BASE_URL = LIVE_URL; - BASE = "v2website"; } export default defineConfig({ server: { port: SERVER_PORT }, site: BASE_URL, - base: BASE, integrations: [ sitemap(), tailwind({