testing getting commit counts again

This commit is contained in:
bingus_violet 2024-01-12 20:48:24 +00:00
parent f8ecaa5ad5
commit 8a3a80eefd

View file

@ -226,7 +226,7 @@ function pageUpdate() {
html = '<!-- The following code is dynamically generated, I apologize for any formatting errors. Please view the "resources/mainPage.html" on the codeberg repository for something more readable. -->\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)
}