Static Rendering with content #879
Unanswered
efrain-salas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm building a mobile application that should also be a website, and we would like the SEO to be good. I'm trying Static Rendering, but the resulting HTML does not contain the rendering of the component, just a few
Below is an example of a component and the HTML of the rendered path.
app/[user].tsx
dist/peter.html
Is this the expected behaviour. Is there a way to statically generate a first render of the component with the user's name in the HTML?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions