I have created a blazor web application by selecting Auto Interactive Render Mode and Global Interactivity location. So the solution has the routes and layout in client project. Now I want to render a blogDetail page on server side for better SEO. I already have the page on client project which is using httpClient to get data from server project's api.
How can I make the page render at server side initially without breaking the page's interactivity?