Blazor Server - static files don't link in non-DEV environments
问题 It seems in a standard Blazor server app, the _content folder items are not being referenced correctly for anything other than the Development environment. As an example, this reference fails in any non-dev environment: from _Host.cshtml: <link href="_content/Blazored.Typeahead/blazored-typeahead.css" rel="stylesheet" /> To Repro, using Blazored-toast lib as an example (but any static file refs seem to have this issue): Create a new Blazor Server project (dotnet new blazorserver) Add all