1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00

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",