We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templates v4.2.1 (dotnet new install Microsoft.FluentUI.AspNetCore.Templates::4.2.1)
In App.razor
App.razor
There's this line: <link rel="icon" type="image/png" href="favicon.ico" />
<link rel="icon" type="image/png" href="favicon.ico" />
And I think it should be: <link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/x-icon" href="favicon.ico">
The text was updated successfully, but these errors were encountered:
Good catch! Will change it for next release.
Sorry, something went wrong.
Update whatsnew
6b06254
Fix #1174 Fix #1173
No branches or pull requests
Templates v4.2.1
(dotnet new install Microsoft.FluentUI.AspNetCore.Templates::4.2.1)
In
App.razor
There's this line:
<link rel="icon" type="image/png" href="favicon.ico" />
And I think it should be:
<link rel="icon" type="image/x-icon" href="favicon.ico">
The text was updated successfully, but these errors were encountered: