It ja nky but it should work ?

This commit is contained in:
bingus_violet 2023-12-19 18:53:54 +00:00
parent 5b0c5eef08
commit d1575f7f35

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.git'))
html = html.replace("{COMMITS}", commitCount())
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
}