Skip to content

Commit

Permalink
Update astro.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore authored Aug 26, 2024
1 parent 1943c2e commit 73483b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ if (process.env.NODE_ENV !== "production") {
);
}

const SITE_URL = process.env.VERCEL_URL ?? "http://127.0.0.1:5431";

// https://astro.build/config
export default defineConfig({
site: "https://overlayed.dev",
site: SITE_URL,
trailingSlash: "never",
integrations,
server: {
Expand Down

0 comments on commit 73483b8

Please sign in to comment.