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>
<img
className="mb-2 w-full rounded-xl"
src={`https://refine-web.imgix.net${frontMatter.image?.replace(
"https://refine.ams3.cdn.digitaloceanspaces.com",
src={`https://openpanel.co${frontMatter.image?.replace(
"https://openpanel.co",
"",
)}?w=800`}
alt={title}

View File

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