Skip to content

Commit

Permalink
added output static to config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMoriarty committed Nov 7, 2024
1 parent ef3e3a0 commit c5b3108
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
site: "https://ChrisMoriarty.github.io",
base: "/",
output: "static",
site: "https://ChrisMoriarty.github.io/",
// base: "/src",
integrations: [tailwind(), react()],
});

0 comments on commit c5b3108

Please sign in to comment.