diff --git a/astro.config.ts b/astro.config.ts
index b03b105..8fe7de3 100644
--- a/astro.config.ts
+++ b/astro.config.ts
@@ -33,7 +33,4 @@ export default defineConfig({
image: {
service: passthroughImageService(),
},
- experimental: {
- responsiveImages: true,
- },
});
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 5f69496..407cfac 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -33,7 +33,9 @@ const currentPath = pathname.replace(/\/$/, "");
);
})
}
-
+
+
+
diff --git a/src/components/Hero.astro b/src/components/Hero.astro
index fbe914e..9d858e9 100644
--- a/src/components/Hero.astro
+++ b/src/components/Hero.astro
@@ -5,7 +5,7 @@ import Link from "@components/Link.astro";
Troy Lusty
Digital Designer
@@ -21,7 +21,7 @@ import Link from "@components/Link.astro";
Want to chat?
Send me a message
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index da119b5..cefaa36 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -27,7 +27,7 @@ const { title, description, image, date, updated, tags } = Astro.props;
tags={tags}
/>