Skip to content

Commit

Permalink
fix relative url
Browse files Browse the repository at this point in the history
replace with "relative_url" jekyll later
  • Loading branch information
jgroenen committed Feb 16, 2024
1 parent 3035ce5 commit 6a9ef6d
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 @@ -22,7 +22,7 @@ <h2>Code Fellows</h2>
</div>
</script>
<script type="module">
var codeFellowResumeUrls = await fetch('/code-fellows.json')
var codeFellowResumeUrls = await fetch('code-fellows.json')
.then(response => response.json())
.then(data => data["code-fellows"]);
codeFellowResumeUrls.forEach(function (url) {
Expand Down

0 comments on commit 6a9ef6d

Please sign in to comment.