From 52d9ec4ad2f2a8ddf70d10b1c1918ccf127f52de Mon Sep 17 00:00:00 2001 From: abjunior92 Date: Mon, 15 Apr 2024 17:40:39 +0200 Subject: [PATCH] fix astro config --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 44acff6..bea2a7d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,7 +10,7 @@ const options = { }; const LOCALHOST_URL = "http://localhost:4321"; -const LIVE_URL = "https://abjunior92.github.io"; +const LIVE_URL = "https://blog.coders51.com"; const SCRIPT = process.env.npm_lifecycle_script || ""; const isBuild = SCRIPT.includes("astro build"); let BASE_URL = LOCALHOST_URL;