Skip to content

Commit

Permalink
update astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
stirlhoss committed Sep 26, 2024
1 parent d6229f4 commit b1a7444
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 @@ -6,6 +6,6 @@ import { defineConfig } from "astro/config";
export default defineConfig({
integrations: [],
server: { port: 8080 },
site: "https://bablr-website.fly.dev",
site: "https://bablr.org",
output: "server",
});

0 comments on commit b1a7444

Please sign in to comment.