Skip to content

Commit 5fa5e37

Browse files
committed
Switch off experiments.
1 parent 333cd9e commit 5fa5e37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

astro.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,13 @@ export default defineConfig({
7676
minify: true,
7777
},
7878
image: {
79-
experimentalLayout: "responsive",
8079
remotePatterns: [{ protocol: "https" }],
8180
domains: ["programme.europython.eu", "placehold.co"],
8281
service: {
8382
entrypoint: "src/image.service.ts",
8483
},
8584
},
8685
experimental: {
87-
responsiveImages: true,
8886
svg: true,
8987
},
9088
});

0 commit comments

Comments
 (0)