Install HTMX extensions

This commit is contained in:
Akira Tempaku 2024-02-28 01:24:58 +09:00
parent ae8d360c4e
commit 323c8d5081
2 changed files with 6 additions and 3 deletions
src/components

View file

@ -11,6 +11,6 @@
(title "skyizwhite.dev")
(script :type "module" :src "http://localhost:5173/@vite/client")
(script :type "module" :src "http://localhost:5173/src/assets/main.js"))
(body :class "h-[100svh] w-screen"
(body :hx-ext "debug, alpine-morph, head-support" :class "h-[100svh] w-screen"
(main :class "h-full"
pi:children)))))