I think you can avoid the extra network request by using [asset].browse with a filter instead of using [asset].read:
const browseParams = {
filter = `uuid:${post.uuid},
formats: 'html'
}
I think you can avoid the extra network request by using [asset].browse with a filter instead of using [asset].read:
const browseParams = {
filter = `uuid:${post.uuid},
formats: 'html'
}