mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
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:
+1
-2
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user