Make HTMX swap error codes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-06-05 19:21:11 -06:00
parent 85c28777f4
commit 4657a6320b
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -10,6 +10,7 @@
<link rel="icon" href="/assets/favicon.ico" sizes="16x16 32x32">
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png">
<meta name="htmx-config" content='{"responseHandling": [{"code":"204", "swap": false},{"code":"...", "swap": true}]}'>
<script type="module">
window.htmx = require('htmx.org');
</script>