From a00188cab632fc66cf76ed9a57a68dbb90a1a4fc Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Tue, 19 Dec 2023 14:17:45 -0600 Subject: [PATCH] ??? --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 00d0cc1..17edf89 100644 --- a/index.js +++ b/index.js @@ -232,7 +232,7 @@ function pageUpdate() { html = html.replace("{SEASONAL_EFFECT}", "") } - html = html.replace("{COMMITS}", commitCount()) + html = html.replace("{COMMITS}", commitCount("https://codeberg.org/Bingus_Violet/Violets-Purgatory")) fs.writeFileSync(path.join(__dirname, 'static/index.html'), html) }