Hello
I am never quite sure exactly how the css files should be structured. I am using material theme (with theme studio) and my _host file looks like this:
When I publish, I note that this error appears in ApplicationInsights:
So it looks like I am doing something wrong with material.css? I do not reference /css/material.css in the _host file and this file is not present in css folder. I thought the following line in the _host file took care of that:
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/material.css" rel="stylesheet" />
Appreciate any input on what I am doing wrong.
Thank you