Skip to content

Commit

Permalink
Reconfigure to use custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus21337 committed Jun 25, 2024
1 parent 8ee792d commit bf3cd93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import { defineConfig } from "astro/config";

// https://astro.build/config
export default defineConfig({
base: "/",
integrations: [tailwind()],
server: {
port: 3000,
host: true,
},
site: "https://cyrus01337.github.io",
site: "https://cyrus01337.co.uk",
});

0 comments on commit bf3cd93

Please sign in to comment.