Skip to content

Commit

Permalink
fix lunar distance data file path
Browse files Browse the repository at this point in the history
  • Loading branch information
caketron committed Apr 16, 2024
1 parent d3d9d60 commit 4198065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Object Notes/Solar System/Earth/Moon/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ notes: ""
</script>
<script type="text/javascript">
setInterval(function(){
fetch("../data.json")
fetch("../../data.json")
.then(function(response) {
return response.json();
})
Expand Down

0 comments on commit 4198065

Please sign in to comment.