Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
valiantlynx committed Feb 12, 2024
1 parent ac4ee54 commit c18a8c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ git subtree push --prefix=apps/htmx-chat https://github.com/valiantlynx/htmx-cha
### cors work around in the head
´´´js
<script>
// CORS workaround
document.addEventListener("htmx:configRequest", (evt) => {
evt.detail.headers = [];
});
</script>
´´´
// CORS workaround
document.addEventListener("htmx:configRequest", (evt) => {
evt.detail.headers = [];
});
</script>
´´´

0 comments on commit c18a8c1

Please sign in to comment.