This commit is contained in:
bingus_violet 2023-12-19 18:35:57 +00:00
parent d839b46848
commit ad649c6123

View file

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