Skip to content

Commit 02ee3df

Browse files
committed
build: update astro to v5.9.0
changes in astro.config.ts according to https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md#upgrading
1 parent 4d01654 commit 02ee3df

3 files changed

Lines changed: 443 additions & 232 deletions

File tree

astro.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ export default defineConfig({
3030
image: {
3131
// Used for all Markdown images; not configurable per-image
3232
// Used for all `<Image />` and `<Picture />` components unless overridden with a prop
33-
experimentalLayout: "responsive",
33+
experimentalLayout: "constrained",
3434
},
3535
experimental: {
36-
svg: true,
3736
responsiveImages: true,
3837
preserveScriptOrder: true,
3938
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"lint": "eslint ."
1515
},
1616
"dependencies": {
17-
"@astrojs/rss": "^4.0.11",
18-
"@astrojs/sitemap": "^3.2.1",
17+
"@astrojs/rss": "^4.0.12",
18+
"@astrojs/sitemap": "^3.4.1",
1919
"@resvg/resvg-js": "^2.6.2",
2020
"@tailwindcss/vite": "^4.0.14",
21-
"astro": "^5.5.2",
21+
"astro": "^5.9.0",
2222
"dayjs": "^1.11.13",
2323
"lodash.kebabcase": "^4.1.1",
2424
"remark-collapse": "^0.1.2",

0 commit comments

Comments
 (0)