Skip to content

Commit

Permalink
Apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus01337 committed Jul 26, 2024
1 parent e88ae7c commit 1b1d6d2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions astro.config.mjs → astro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import react from "@astrojs/react";

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

0 comments on commit 1b1d6d2

Please sign in to comment.