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 e8fb4da commit df4e983Copy full SHA for df4e983
astro.config.ts
@@ -27,14 +27,8 @@ 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: "constrained",
34
- },
35
experimental: {
36
svg: true,
37
- responsiveImages: true,
38
preserveScriptOrder: true,
39
40
});
0 commit comments