fix: Update pageData check to use 'index.md' for JSON-LD transformation

This commit is contained in:
Sean Morley
2025-05-06 14:50:39 -04:00
parent 77be046f19
commit 8d0490fd81

View File

@@ -26,7 +26,7 @@ export default defineConfig({
},
transformPageData(pageData) {
if (pageData.relativePath === "/") {
if (pageData.relativePath === "index.md") {
const jsonLd = {
"@context": "https://schema.org",
"@type": "SoftwareApplication",