mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-11 15:12:05 +02:00
Run prettier
This commit is contained in:
parent
5ce412b622
commit
3ba289e1b1
15 changed files with 266 additions and 175 deletions
|
@ -43,7 +43,12 @@ const BlogListing = ({ data, pageContext }) => {
|
|||
>
|
||||
<div className={styles.sectionImage}>
|
||||
<div className={styles.sectionBg}>
|
||||
<StaticImage src="https://source.unsplash.com/gf8e6XvG_3E/300x150" alt={t("blog.section.scambox.name")}></StaticImage>
|
||||
<StaticImage
|
||||
src="https://source.unsplash.com/gf8e6XvG_3E/300x150"
|
||||
alt={t(
|
||||
"blog.section.scambox.name"
|
||||
)}
|
||||
></StaticImage>
|
||||
</div>
|
||||
<span className={styles.sectionName}>
|
||||
{t("blog.section.scambox.name")}
|
||||
|
|
|
@ -30,7 +30,7 @@ const BlogPost = ({ data }) => {
|
|||
{
|
||||
"@type": "Person",
|
||||
name: data.mdx.frontmatter.author.name,
|
||||
url: "https://kevink.dev/blog/"
|
||||
url: "https://kevink.dev/blog/",
|
||||
},
|
||||
],
|
||||
})}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue