I've got a blazor web site (view-source:https://teamkey.dk/) but if I try see it's view-source then everything that would be in the RenderBody() isn't shown. That's a bit of a problem for websites that want Google to read its content.
Anybody got any idea how to fix this?
I am expecting that when I go to view-source I get to see everything that would be in RenderBody. All the html content with class and styles tags like normal.