Skip to content

Commit

Permalink
Fixed Site Config
Browse files Browse the repository at this point in the history
  • Loading branch information
emgardner committed Jan 30, 2024
1 parent 225e0b7 commit eb4a165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
integrations: [mdx(), tailwind({}), sitemap()],
site: "https://emgardner.github.io",
// site: "https://emgardner.github.io",
site: "https://ethangardner.io",
});

0 comments on commit eb4a165

Please sign in to comment.