// @ts-check import { defineConfig } from "astro/config"; // https://astro.build/config export default defineConfig({ image: { // Used for all Markdown images; not configurable per-image // Used for all `` and `` components unless overridden with a prop experimentalLayout: "responsive", }, experimental: { responsiveImages: true, }, });