From d1575f7f35627b5284fce09967c3c1a90b16954d Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Tue, 19 Dec 2023 18:53:54 +0000 Subject: [PATCH] It ja nky but it should work ? --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d0dc831..00d0cc1 100644 --- a/index.js +++ b/index.js @@ -232,7 +232,7 @@ function pageUpdate() { html = html.replace("{SEASONAL_EFFECT}", "") } - html = html.replace("{COMMITS}", commitCount('https://codeberg.org/Bingus_Violet/Violets-Purgatory.git')) + html = html.replace("{COMMITS}", commitCount()) fs.writeFileSync(path.join(__dirname, 'static/index.html'), html) }