I have been searching for solid documentation to serve up my Blazor Wasm application through a linux shared hosting server.
I would really like to get the explanation on how this works... I found many posts/comments on various sites that suggest it can be done... but there are zero specific instructions on how to achieve this.
Any help will be greatly appreciated.
I attempted building the project in release and publishing it... then I proceeded to copy the content of the published directory into the wwwroot folder.
It shows the landing page/view however nothing is functional.