build(deps): upgrade astro and related packages (#521)

* build(deps): upgrade astro and related packages 

* build: upgrade latest astro

---------

Co-authored-by: satnaing <satnaingdev@gmail.com>
This commit is contained in:
Frederik
2025-06-07 13:25:26 +02:00
committed by GitHub
parent ae80e995a5
commit c7702bb715
3 changed files with 420 additions and 247 deletions
+1 -2
View File
@@ -30,7 +30,7 @@ export default defineConfig({
image: {
// Used for all Markdown images; not configurable per-image
// Used for all `<Image />` and `<Picture />` components unless overridden with a prop
experimentalLayout: "responsive",
experimentalLayout: "constrained",
},
env: {
schema: {
@@ -42,7 +42,6 @@ export default defineConfig({
},
},
experimental: {
svg: true,
responsiveImages: true,
preserveScriptOrder: true,
},