Skip to content

Commit

Permalink
fix astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
abjunior92 committed Apr 15, 2024
1 parent 9680b6e commit 52d9ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 52d9ec4

Please sign in to comment.