fixed?
This commit is contained in:
parent
d839b46848
commit
ad649c6123
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("{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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue