Update page.tsx
troubleshooting
This commit is contained in:
parent
582bf12145
commit
30754acfc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue