Skip to content

Commit

Permalink
moving moving
Browse files Browse the repository at this point in the history
  • Loading branch information
ijara committed Oct 24, 2024
1 parent 1bdf485 commit 0b71f2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script>
fetch('../daily/latest.md')
fetch('latest.md')
.then(response => response.text())
.then(markdownContent => {
const contentElement = document.getElementById('content');
Expand Down
File renamed without changes.

0 comments on commit 0b71f2b

Please sign in to comment.