Skip to content

Commit b4e8772

Browse files
committed
[minor] v5.3.14 -- fixed Image component
1 parent c70e83d commit b4e8772

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p>
2-
<img alt="Version" src="https://img.shields.io/badge/version-5.3.13-blue.svg?cacheSeconds=2592000" />
2+
<img alt="Version" src="https://img.shields.io/badge/version-5.3.14-blue.svg?cacheSeconds=2592000" />
33
<img alt="Astro" src="https://img.shields.io/badge/Astro-5.7.13-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" />

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.20.24
5+
image: erfianugrah/revista-4:1.21.0
66
hostname: revista
77
container_name: revista
88
restart: unless-stopped

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Revistav4",
33
"type": "module",
4-
"version": "5.3.13",
4+
"version": "5.3.14",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

src/layouts/AuthorLayout.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ const metaImage = image
5555
<Image
5656
src={image}
5757
alt={alt}
58-
<!-- layout="responsive", -->
59-
<!-- inferSize -->
6058
height={720}
59+
width={1280}
6160
decoding="async"
6261
format="avif"
6362
loading="lazy"

0 commit comments

Comments
 (0)