???
This commit is contained in:
parent
d1575f7f35
commit
a00188cab6
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue