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>
|
||||
<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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user