From 37e5ceeb40c00c849e7ed8c0a4503b6823325651 Mon Sep 17 00:00:00 2001 From: OfficialCRUGG Date: Fri, 2 Feb 2024 13:30:53 +0100 Subject: [PATCH] fix: data missing on md pages --- build.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mjs b/build.mjs index 6815b21..faf83ef 100644 --- a/build.mjs +++ b/build.mjs @@ -87,7 +87,7 @@ function buildMarkdownPages() { console.log(markdown); const result = template({ - data: getData(), + ...getData(), markdown, }); fs.writeFileSync(