Closed DennyFiguerres closed 1 year ago
i have heard that this works with blazor server but how to do that when the install says that i need to add to index.html but blazor server does not have an index.html file in the project.
Add the code to the equivalent file that contains the index, _Layout.cshtml.
And in Blazor V7 that page was replaced by /Pages/_Host.cshtml thanks now i see where to go....
i have heard that this works with blazor server but how to do that when the install says that i need to add to index.html but blazor server does not have an index.html file in the project.