From 30754acfc5f6d22462b21c3be4b7a0ee112d560a Mon Sep 17 00:00:00 2001 From: Legend <126304434+ExpiredWarranty@users.noreply.github.com> Date: Fri, 17 May 2024 22:38:28 -0600 Subject: [PATCH] Update page.tsx troubleshooting --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feedec0..aff3800 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ export default function Home() { useEffect(() => { - fetch('/public/splash.json') + fetch('/splash.json') .then(response => response.json()) .then(data => { const randomIndex = Math.floor(Math.random() * data.length);