After adding MudBlazor components to my Blazor WebAssembly project, everything works fine on the loc
After adding MudBlazor components to my Blazor WebAssembly project, everything works fine on the local server, but when I push it to GIT and deploy it to Pages, I persistently get errors like
Refused to execute script from .../_framework/blazor.webassembly.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Refused to execute script from ..._content/MudBlazor/MudBlazor.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled
...
Does anyone have an idea how to solve this?
Refused to execute script from .../_framework/blazor.webassembly.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Refused to execute script from ..._content/MudBlazor/MudBlazor.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled
...
Does anyone have an idea how to solve this?

