diff --git a/index.js b/index.js index 12d223b..c678499 100644 --- a/index.js +++ b/index.js @@ -226,7 +226,7 @@ function pageUpdate() { html = '\n' + html - console.log(commitCount(), commitCount('https://github.com/Violets-puragtory/Violets-Purgatory.dev'), commitCount('https://codeberg.org/Bingus_Violet/Violets-Purgatory'), commitCount('.git')) + console.log(fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory')) fs.writeFileSync(path.join(__dirname, 'static/index.html'), html) }