fix: typo in address
All checks were successful
/ Build (push) Successful in 1m1s

This commit is contained in:
log101 2024-05-30 13:23:14 +03:00
parent 17c86c0926
commit 3281bb2257

View File

@ -35,7 +35,7 @@ export async function getStaticPaths() {
<Header /> <Header />
<Post post={entry} componentType="full" /> <Post post={entry} componentType="full" />
<div <div
hx-get=`${host}/api/forms/emoji?postId=${entry.id}` hx-get=`${host}/blog/api/forms/emoji?postId=${entry.id}`
hx-trigger="load" hx-trigger="load"
hx-swap="innerHTML" hx-swap="innerHTML"
> >