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