diff --git a/index.js b/index.js index aa49bd9..e0a1e37 100644 --- a/index.js +++ b/index.js @@ -232,7 +232,7 @@ function pageUpdate() { 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) }