diff --git a/astro.config.ts b/astro.config.ts
index 083e39b..75740f1 100644
--- a/astro.config.ts
+++ b/astro.config.ts
@@ -35,11 +35,6 @@ export default defineConfig({
exclude: ["@resvg/resvg-js"],
},
},
- image: {
- // Used for all Markdown images; not configurable per-image
- // Used for all `` and `` components unless overridden with a prop
- experimentalLayout: "full-width",
- },
// experimental: {
// responsiveImages: true,
// },