Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed Feb 7, 2024
1 parent 18c1674 commit bd60c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h2>Contact</h2>
});
}

fetch('public/recent_posts.json')
fetch('recent_posts.json')
.then(response => response.json())
.then(posts => {
showPosts(posts, 'recent-posts');
Expand Down

0 comments on commit bd60c21

Please sign in to comment.