mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
finalslike
This commit is contained in:
parent
1c83c1828c
commit
9e02383009
@ -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}
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user