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) }