Replies: 2 comments 2 replies
-
Are you using Could you show an example of what you're trying to do? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Solid Meta will render on the server but you might need to hold the stream on async data. You can do this either with deferStream option on individual resources or switching to async mode when rendering. It's an option passed to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I'm using
createAsync
andcache
to load data and use the data to populate meta tags. But the problem now is that some meta tags only got modified once the page is fully loaded on the server. By inspecting the original HTML source, I can confirm this behavior. Any possible solutions? Thanks.Beta Was this translation helpful? Give feedback.
All reactions