I want to start a new project and I'm planning to use Blazor Hybrid App (.Net MAUI + Blazor).
My main question is, can I "extract" the Blazor App to deploy it as a normal Website?
I would like to have just one project and deploy it as a WebApplication + Devices Native Apps.
Is that possible?
Thank you