We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314526b commit 8f0e185Copy full SHA for 8f0e185
1 file changed
src/pages/portfolio/index.astro
@@ -49,6 +49,7 @@ const structuredData = {
49
applicationCategory: item.data.category,
50
description: item.data.summary,
51
url: `${siteUrl}/portfolio/${item.id}/`,
52
+ operatingSystem: "Web",
53
},
54
})),
55
0 commit comments