- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
Description
Describe the bug
Probably a dumb question/issue, but here goes...  After following the Get Started instructions and reloading my new Blazor project I see the following errors in the console:
DevTools failed to load source map: Could not load content for https://localhost:7140/_content/Blazority/lib/webcomponents/custom-elements/custom-elements.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for https://localhost:7140/_content/Blazority/lib/clr/ui/clr-ui.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for https://localhost:7140/_content/Blazority/lib/clr/icons/clr-icons.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
In Chome dev tools, I have verified the sources all exist in the _content paths in the folders listed in the stylesheet links.
To Reproduce
Steps to reproduce the behavior:
- Create a new Blazor (server) project using .NET wizard
- Follow Get Started Blazority instructions
- Start development server
- View Inspect console to see the warnings
Environment
- Blazority Version : 1.0.3
- .NET Core Version : 6
- Browser : Chrome