update images

This commit is contained in:
somrat sorkar
2023-07-24 10:53:54 +06:00
parent abed7aa2a8
commit 3d19b8c0ac
9 changed files with 21 additions and 10 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
---
import { Image } from "@astrojs/image/components";
import config from "@/config/config.json";
import { humanize, plainify, slugify } from "@/lib/utils/textConverter";
import { Image } from "@astrojs/image/components";
import { FaRegFolder, FaRegUserCircle } from "react-icons/fa/index.js";
const {
@@ -21,6 +21,7 @@ const { title, image, date, author, categories } = data.data;
alt={title}
width={445}
height={230}
format="webp"
/>
)
}