Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajolipa authored Mar 5, 2024
1 parent 7f65d58 commit 64b63eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions astro-web/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), react()]
});
integrations: [tailwind(), react()],
site: 'https://performant-software.github.io'
});

0 comments on commit 64b63eb

Please sign in to comment.