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 491ff4b commit b4a9249Copy full SHA for b4a9249
astro.config.ts
@@ -27,8 +27,13 @@ export default defineConfig({
27
exclude: ["@resvg/resvg-js"],
28
},
29
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",
34
+ },
35
experimental: {
- svg: true,
36
+ responsiveImages: true,
37
preserveScriptOrder: true,
38
39
});
0 commit comments