aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/pages
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-14 00:37:28 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-14 00:39:23 -0700
commit35ba4ecbb6df86fdff429742e1706ff42b3eb419 (patch)
tree5047dce3aafcfc864597440f7a48e3c746426972 /site/src/pages
parent28fc7a075cb5da7aa066a2aad5559c5426248dfc (diff)
chore: add README and CI/CD
Diffstat (limited to 'site/src/pages')
-rw-r--r--site/src/pages/Homepage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/pages/Homepage.tsx b/site/src/pages/Homepage.tsx
index 0472c39..6f53096 100644
--- a/site/src/pages/Homepage.tsx
+++ b/site/src/pages/Homepage.tsx
@@ -34,7 +34,7 @@ export default function Home() {
}
try {
- const response = await fetch(`${import.meta.env.VITE_API_DOMAIN}/${jsonFile}`);
+ const response = await fetch("https://arcade-news.pinapelz.com/"+`${jsonFile}`);
if (!response.ok) {
throw new Error(`Failed to fetch news: ${response.statusText}`);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage