Skip to content

Commit

Permalink
added slash for bash in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMoriarty committed Nov 7, 2024
1 parent 2a0ffcd commit ef3e3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import react from "@astrojs/react";
// https://astro.build/config
export default defineConfig({
site: "https://ChrisMoriarty.github.io",
// base: "/moriartyengineering",
base: "/",
integrations: [tailwind(), react()],
});

0 comments on commit ef3e3a0

Please sign in to comment.