This commit is contained in:
parent
17c86c0926
commit
3281bb2257
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user