We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a9249 commit dae222aCopy full SHA for dae222a
astro.config.ts
@@ -30,7 +30,7 @@ export default defineConfig({
30
image: {
31
// Used for all Markdown images; not configurable per-image
32
// Used for all `<Image />` and `<Picture />` components unless overridden with a prop
33
- experimentalLayout: "responsive",
+ experimentalLayout: "constrained",
34
},
35
experimental: {
36
responsiveImages: true,
0 commit comments