Skip to content

Commit cd7b3be

Browse files
committed
[minor] v5.5.0 -- Astro v5.10.0
1 parent d678b0b commit cd7b3be

5 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>
2-
<img alt="Version" src="https://img.shields.io/badge/version-5.4.6-blue.svg?cacheSeconds=2592000" />
3-
<img alt="Astro" src="https://img.shields.io/badge/Astro-5.9.3-FF5D01.svg?logo=astro&logoColor=white" />
2+
<img alt="Version" src="https://img.shields.io/badge/version-5.5.0-blue.svg?cacheSeconds=2592000" />
3+
<img alt="Astro" src="https://img.shields.io/badge/Astro-5.10.0-FF5D01.svg?logo=astro&logoColor=white" />
44
<img alt="Tailwind CSS" src="https://img.shields.io/badge/Tailwind_CSS-4.0.8-38B2AC.svg?logo=tailwind-css&logoColor=white" />
55
<img alt="React" src="https://img.shields.io/badge/React-19.0.0-61DAFB.svg?logo=react&logoColor=white" />
66
<img alt="TypeScript" src="https://img.shields.io/badge/TypeScript-5.7.2-3178C6.svg?logo=typescript&logoColor=white" />

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export default defineConfig({
1515
site: "https://www.erfianugrah.com",
1616

1717
image: {
18+
responsiveStyles: true,
19+
layout: "constrained",
1820
domains: ["erfianugrah.com", "cdn.erfianugrah.com"],
1921
service: {
2022
entrypoint: "astro/assets/services/sharp",

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
revista:
5-
image: erfianugrah/revista-4:1.22.6
5+
image: erfianugrah/revista-4:1.23.0
66
hostname: revista
77
container_name: revista
88
restart: unless-stopped

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Revistav4",
33
"type": "module",
4-
"version": "5.4.6",
4+
"version": "5.5.0",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",
@@ -31,7 +31,7 @@
3131
"@types/react": "^19.1.4",
3232
"@types/react-dom": "^19.1.5",
3333
"@types/sanitize-html": "^2.16.0",
34-
"astro": "5.9.3",
34+
"astro": "5.10.0",
3535
"astro-icon": "^1.1.5",
3636
"caniuse-lite": "^1.0.30001718",
3737
"class-variance-authority": "^0.7.1",

0 commit comments

Comments
 (0)