From 9bc28a2b52804d8f05c5a2a95abfb7a0531731cf Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 20:56:20 +0000 Subject: [PATCH] try again --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)