mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-05 20:22:02 +02:00
Add more structured metadata
This commit is contained in:
parent
df9e2b2bb8
commit
412ee72112
10 changed files with 148 additions and 5 deletions
|
@ -26,6 +26,7 @@ export const query = graphql`
|
|||
childImageSharp {
|
||||
gatsbyImageData(placeholder: BLURRED, layout: FULL_WIDTH)
|
||||
}
|
||||
publicURL
|
||||
}
|
||||
shortDescription
|
||||
}
|
||||
|
@ -64,6 +65,7 @@ const ProjectTemplate = ({ data }) => {
|
|||
description={project.shortDescription}
|
||||
title={t("project") + ": " + projectName}
|
||||
transparentTopbar={true}
|
||||
image={project.image.publicURL}
|
||||
>
|
||||
<section className={styles.projectHeader}>
|
||||
<div style={{ paddingTop: 0 }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue