16 lines
220 B
Plaintext
16 lines
220 B
Plaintext
---
|
|
|
|
---
|
|
|
|
<script>
|
|
import htmx from 'htmx.org'
|
|
|
|
htmx.config.globalViewTransitions = false
|
|
|
|
document.addEventListener('astro:after-swap', () => {
|
|
htmx.process(document.body)
|
|
})
|
|
|
|
window.htmx = htmx
|
|
</script>
|