Relative Content

Tag Archive for staticmaui-blazorwwwroot

Is there a way to change location of wwwroot folder in maui blazor hybrid app

I am going to write a blazor hybrid app with a separate project for razor components.
I found how to add a reference to wwwroot from the component project to the hybrid project.
Then I wanted to hide wwwroot in the “Resources” folder, but I could not find any information on how to do this. Is there a way to do this and is it a bad practice?