fix: Update pageData check to use 'index.md' for JSON-LD transformation
This commit is contained in:
@@ -26,7 +26,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
transformPageData(pageData) {
|
transformPageData(pageData) {
|
||||||
if (pageData.relativePath === "/") {
|
if (pageData.relativePath === "index.md") {
|
||||||
const jsonLd = {
|
const jsonLd = {
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "SoftwareApplication",
|
"@type": "SoftwareApplication",
|
||||||
|
|||||||
Reference in New Issue
Block a user