Skip to content

Commit

Permalink
Remove .nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
sixcorners committed Jan 13, 2025
1 parent caf19ea commit 524017a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed .nojekyll
Empty file.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
const data = {
location: location,
repos: await toArrayPromise(ghRequest("https://api.github.com/users/sixcorners/repos")),
}
};
createApp({data() { return data; }}).mount("body");
})();
</script>
Expand Down

0 comments on commit 524017a

Please sign in to comment.