Update links from graphite.rs to graphite.art

This commit is contained in:
Keavon Chambers
2025-12-06 18:10:27 -08:00
parent a5cf62a90b
commit fb0fab0622
100 changed files with 575 additions and 576 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ function initializeFundraisingBar() {
if (!(fundraising instanceof HTMLElement && bar instanceof HTMLElement && dynamicPercent instanceof HTMLElement && dynamicGoal instanceof HTMLElement)) return;
const setFundraisingGoal = async () => {
const request = await fetch("https://graphite.rs/fundraising-goal");
const request = await fetch("https://graphite.art/fundraising-goal");
/** @type {{ percentComplete: number, targetValue: number }} */
const data = await request.json();