Skip to content

Commit

Permalink
fix pull request link
Browse files Browse the repository at this point in the history
  • Loading branch information
Pho86 committed Oct 8, 2024
1 parent 7c21b0f commit ab07a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default async function Home() {
let eventsError = false;

try {
const response = await fetch(`https://gi.yatta.moe/assets/data/event.jsons`, {
const response = await fetch(`https://gi.yatta.moe/assets/data/event.json`, {
cache: 'no-cache'
});

Expand Down

0 comments on commit ab07a84

Please sign in to comment.