diff --git a/documentation/.vitepress/config.mts b/documentation/.vitepress/config.mts index 46effbb..d3bbf49 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",