mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
typo
This commit is contained in:
parent
7721e9074f
commit
1c83c1828c
@ -26,7 +26,7 @@ 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://openapanel.co${frontMatter.image?.replace(
|
src={`https://openpanel.co${frontMatter.image?.replace(
|
||||||
"https://openpanel.co",
|
"https://openpanel.co",
|
||||||
"",
|
"",
|
||||||
)}?h=160`}
|
)}?h=160`}
|
||||||
|
Loading…
Reference in New Issue
Block a user