mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-17 13:43:29 +09:00
update images
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user