diff --git a/astro.config.mjs b/astro.config.mjs
index 70a49a0..4840250 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -1,20 +1,4 @@
-import { execSync } from "node:child_process";
import { defineConfig } from "astro/config";
-// Get Git commit hash at build time
-const getGitCommitHash = () => {
- try {
- return execSync("git rev-parse HEAD", { encoding: "utf-8" }).trim();
- } catch (error) {
- return "unknown";
- }
-};
-
// https://astro.build/config
-export default defineConfig({
- vite: {
- define: {
- __GIT_COMMIT_HASH__: JSON.stringify(getGitCommitHash()),
- },
- },
-});
+export default defineConfig({});
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
new file mode 100644
index 0000000..d9135a8
--- /dev/null
+++ b/src/components/Footer.astro
@@ -0,0 +1,26 @@
+---
+import { GIT_COMMIT_HASH, REPO_URL } from "@/constants";
+---
+
+
+
+
diff --git a/src/components/Header.astro b/src/components/Header.astro
new file mode 100644
index 0000000..0349171
--- /dev/null
+++ b/src/components/Header.astro
@@ -0,0 +1,132 @@
+---
+import { Image } from "astro:assets";
+import headshot from "@/images/headshot.jpg";
+---
+
Of course you can pet her! Her name is Gracie.
++ Now that I've got your attention, hi, my name is Bradley. +
+