optimization

This commit was merged in pull request #46.
This commit is contained in:
2023-11-03 03:43:26 -07:00
parent ce0bb90b51
commit 23bbad6552
10 changed files with 253 additions and 331 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ function Blogs({ pathname }) {
data-wow-delay="200ms"
>
<Link to={`/blog/blogdetail/${blog?.id}`} className="thumb">
<img src={blgImg} alt={blog.post_title} style={{cursor: "pointer"}} />
<img src={blgImg} alt={blog.post_title} style={{cursor: "pointer"}} width={370} height={278} loading="lazy" />
</Link>
<div className="content">
<div className="blog-meta">