Update page.tsx

troubleshooting
This commit is contained in:
Legend 2024-05-17 22:38:28 -06:00 committed by GitHub
parent 582bf12145
commit 30754acfc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);