diff --git a/documentation/.vitepress/config.mts b/documentation/.vitepress/config.mts index 46effbb8..d3bbf498 100644 --- a/documentation/.vitepress/config.mts +++ b/documentation/.vitepress/config.mts @@ -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",