No more commits

This commit is contained in:
Bingus_Violet 2023-12-19 14:36:21 -06:00
parent a00188cab6
commit e30e1c557a
2 changed files with 3 additions and 2 deletions

View file

@ -232,7 +232,7 @@ function pageUpdate() {
html = html.replace("{SEASONAL_EFFECT}", "")
}
html = html.replace("{COMMITS}", commitCount("https://codeberg.org/Bingus_Violet/Violets-Purgatory"))
// html = html.replace("{COMMITS}", commitCount("https://codeberg.org/Bingus_Violet/Violets-Purgatory"))
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
}