finalslike

This commit is contained in:
Stefan Pejcic 2024-02-29 13:37:40 +01:00
parent 1c83c1828c
commit 9e02383009
2 changed files with 4 additions and 4 deletions

View File

@ -102,8 +102,8 @@ export const BlogPostPageView = ({ children }) => {
<div> <div>
<img <img
className="mb-2 w-full rounded-xl" className="mb-2 w-full rounded-xl"
src={`https://refine-web.imgix.net${frontMatter.image?.replace( src={`https://openpanel.co${frontMatter.image?.replace(
"https://refine.ams3.cdn.digitaloceanspaces.com", "https://openpanel.co",
"", "",
)}?w=800`} )}?w=800`}
alt={title} alt={title}

View File

@ -25,8 +25,8 @@ export const FeaturedBlogPostItem = () => {
<Link itemProp="url" to={permalink}> <Link itemProp="url" to={permalink}>
<div className="not-prose relative m-0 h-40 hover:brightness-90 md:h-64"> <div className="not-prose relative m-0 h-40 hover:brightness-90 md:h-64">
<img <img
src={`https://refine-web.imgix.net${frontMatter.image?.replace( src={`https://openpanel.co${frontMatter.image?.replace(
"https://refine.ams3.cdn.digitaloceanspaces.com", "https://openpanel.co",
"", "",
)}?h=256`} )}?h=256`}
alt={title} alt={title}