From 242afd8f7b7e7a82b51c2236925edff164e7be02 Mon Sep 17 00:00:00 2001 From: tiff Date: Mon, 23 Jun 2025 05:22:19 -0400 Subject: [PATCH] Update something --- astro.config.ts | 5 ----- 1 file changed, 5 deletions(-) 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, // },