From 5b0c5eef086b05b3a6feba74f58c46a020131761 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Tue, 19 Dec 2023 18:51:41 +0000 Subject: [PATCH] asdasdasd --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e0a1e37..d0dc831 100644 --- a/index.js +++ b/index.js @@ -232,7 +232,7 @@ function pageUpdate() { html = html.replace("{SEASONAL_EFFECT}", "") } - html = html.replace("{COMMITS}", commitCount('https://github.com/Violets-puragtory/Violets-Purgatory.dev')) + html = html.replace("{COMMITS}", commitCount('https://codeberg.org/Bingus_Violet/Violets-Purgatory.git')) fs.writeFileSync(path.join(__dirname, 'static/index.html'), html) }