Issue getting _content in index.html
There seem to be some issues when using WebWindow.
In my project im trying to port to WebWindow i used Blazor.Extenssion.Canvas which required
<script src="_content/Blazor.Extensions.Canvas/blazor.extensions.canvas.js"></script>
With _host.cshtml no longer being used i instead tried putting it into index.html which became the new host file, but it seems that this is causing issues due to _content not existing when running the application, nor is there an option to enable the usage of static files etc.
Does anyone have an idea how to get around this?
I faced the same problem :(
This is the same as https://github.com/SteveSandersonMS/WebWindow/issues/22
Same here. I copied it manually to wwwroot.