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 />
<Post post={entry} componentType="full" />
<div
hx-get=`${host}/api/forms/emoji?postId=${entry.id}`
hx-get=`${host}/blog/api/forms/emoji?postId=${entry.id}`
hx-trigger="load"
hx-swap="innerHTML"
>