This commit is contained in:
Bingus_Violet 2023-12-19 14:17:45 -06:00
parent d1575f7f35
commit a00188cab6

View file

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