From 452d121ac455895291a84339979bfe3b646b547e Mon Sep 17 00:00:00 2001 From: pheralb Date: Thu, 18 Sep 2025 12:04:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Return=20``rawUrl``=20&?= =?UTF-8?q?=20``documentUrl``=20properties=20in=20content-collections=20co?= =?UTF-8?q?nfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content-collections.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content-collections.ts b/content-collections.ts index c5cd2af..f892c69 100644 --- a/content-collections.ts +++ b/content-collections.ts @@ -48,6 +48,8 @@ const docs = defineCollection({ createdAt: new Date(birthtimeMs), updatedAt: new Date(mtimeMs), tableOfContents, + rawUrl: `https://svgl.app/api/docs/${document._meta.path}`, + documentUrl: `https://svgl.app/docs/${document._meta.path}`, }; }, });