Today I learned how to configure the baseurl for htmx using the
<base href="<scheme>://<netloc>/api/v1/">
<button hx-post="clicked"
hx-trigger="click"
hx-target="#parent-div"
hx-swap="outerHTML">
Click Me!
</button>
!https://stackoverflow.com/questions/69456875/how-to-configure-base-url-for-all-requests-using-htmx
Today I learned how to configure the baseurl for htmx using the
<base href="<scheme>://<netloc>/api/v1/">
<button hx-post="clicked"
hx-trigger="click"
hx-target="#parent-div"
hx-swap="outerHTML">
Click Me!
</button>
Related tags and posts connected to this entry.