Skip to content

Commit

Permalink
Remove api fetch (#499)
Browse files Browse the repository at this point in the history

* Deleted the api fetch

* removed tailwind  files
  • Loading branch information
bjornhaavard authored May 22, 2024
1 parent 1002138 commit 0dc2836
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<script type="module" src="js/displayPosts.js"></script>

<script type="module" src="js/calendar.mjs"></script>
<script type="module" src="js/events-list.mjs"></script>
<script type="module" src="js/search.mjs"></script>
Expand Down
1 change: 0 additions & 1 deletion js/blog.mjs

This file was deleted.

28 changes: 0 additions & 28 deletions js/displayPosts.js

This file was deleted.

22 changes: 0 additions & 22 deletions js/fetch.js

This file was deleted.

0 comments on commit 0dc2836

Please sign in to comment.