mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
slika
This commit is contained in:
parent
fed891f1da
commit
7721e9074f
@ -26,8 +26,8 @@ export default function BlogPostItem({ className }) {
|
|||||||
<Link itemProp="url" to={permalink}>
|
<Link itemProp="url" to={permalink}>
|
||||||
<div className="not-prose relative m-0 h-40 hover:brightness-90">
|
<div className="not-prose relative m-0 h-40 hover:brightness-90">
|
||||||
<img
|
<img
|
||||||
src={`https://refine-web.imgix.net${frontMatter.image?.replace(
|
src={`https://openapanel.co${frontMatter.image?.replace(
|
||||||
"https://refine.ams3.cdn.digitaloceanspaces.com",
|
"https://openpanel.co",
|
||||||
"",
|
"",
|
||||||
)}?h=160`}
|
)}?h=160`}
|
||||||
alt={title}
|
alt={title}
|
||||||
|
Loading…
Reference in New Issue
Block a user