mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 12:59:36 +02:00
fix: Update pageData check to use 'index.md' for JSON-LD transformation
This commit is contained in:
parent
77be046f19
commit
8d0490fd81
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue