This commit is contained in:
Stefan Pejcic 2024-02-29 13:29:41 +01:00
parent fed891f1da
commit 7721e9074f

View File

@ -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}