From f8284f68c9dedef120763f0c745160f7a9ec4bcf Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Sat, 3 May 2025 15:30:14 +0100 Subject: [PATCH] docs: fix schema --- docs/.vitepress/config.mjs | 44 ++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 3010b75..5c1cc8f 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -87,29 +87,27 @@ export default withMermaid({ { type: "application/ld+json", }, - ` - { - "@context": "https://schema.org", - "@type": "SoftwareApplication", - "name": "Cap", - "url": "https://capjs.js.org", - "description": "Cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 proof-of-work", - "applicationCategory": "SecurityApplication", - "operatingSystem": "All", - "image": "https://capjs.js.org/logo.png", - "author": { - "@type": "Person", - "name": "Tiago Rangel", - "url": "https://tiagorangel.com" - }, - "license": "https://github.com/tiagorangel1/cap/blob/main/LICENSE", - "offers": { - "@type": "Offer", - "price": "0", - "priceCurrency": "USD" - }, - } - `, + `{ + "@context": "https://schema.org", + "@type": "SoftwareApplication", + "name": "Cap", + "url": "https://capjs.js.org", + "description": "Cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 proof-of-work", + "applicationCategory": "SecurityApplication", + "operatingSystem": "All", + "image": "https://capjs.js.org/logo.png", + "author": { + "@type": "Person", + "name": "Tiago Rangel", + "url": "https://tiagorangel.com" + }, + "license": "https://github.com/tiagorangel1/cap/blob/main/LICENSE", + "offers": { + "@type": "Offer", + "price": "0", + "priceCurrency": "USD" + } +}`, ], [ "script",