asdasdasd

This commit is contained in:
bingus_violet 2023-12-19 18:51:41 +00:00
parent ad649c6123
commit 5b0c5eef08

View file

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