fix(pages): add name in schema to projects

This commit is contained in:
xHyroM 2023-02-25 12:19:12 +01:00
parent bc2ba4cb65
commit c79bd6ccae

View file

@ -86,6 +86,7 @@ for (const project of projects) {
schemaOrg={{
"@context": "https://schema.org/",
"@type": "ItemList",
name: "Projects",
itemListElement: projects.map((project, i) => ({
"@type": "ListItem",
position: i + 1,