We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ff6af commit 1c96e0cCopy full SHA for 1c96e0c
testing.html
@@ -48,7 +48,7 @@
48
<script>
49
let downloadsConfig = {};
50
51
- fetch("https://codeberg.org/Mod-Sauce/pages/raw/branch/main/downloads.json")
+ fetch("downloads.json")
52
.then((res) => res.json())
53
.then((data) => {
54
downloadsConfig = data;
0 commit comments