Skip to content

Commit

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

// https://astro.build/config
export default defineConfig({
output: "static",
public: "./public/",
// output: "static",
// public: "./public/",
site: "https://www.moriartyengineering.com",
base: "/moriartyengineering",
// base: "/moriartyengineering",
integrations: [tailwind(), react()],
});

0 comments on commit ae20ee6

Please sign in to comment.