Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyanu committed May 25, 2024
1 parent 6d1ffa3 commit d972cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/content-loader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
async function fetchContentData() {
try {
const response = await fetch(".././data.json");
const response = await fetch("../data.json");
if (!response.ok) {
throw new Error("Network response was not ok");
}
Expand Down

0 comments on commit d972cea

Please sign in to comment.