diff --git a/index.js b/index.js index 24d6e50..cd59669 100644 --- a/index.js +++ b/index.js @@ -226,7 +226,7 @@ function pageUpdate() { html = '\n' + html - fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory') + fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory/commits/branch/origin') .then(((data) => data.text())) .then((text) => { console.log(text)