Hi,
not sure if such config exist, but before building, is there a way to change the demo used to generate the razor files? or they have to be manually modified based on the HTML files?
To change the demo base for Blazor, you need to modify the base href in the index.html (Blazor WebAssembly) or App.razor (Blazor Server) file. For Blazor WebAssembly, update the <base href="/"> tag inside wwwroot/index.html to reflect your desired base URL. In Blazor Server, configure routing in Program.cs or App.razor accordingly. Additionally, update the launchSettings.json file to ensure correct URL mapping. Just like Spotube Play enhances the music streaming experience with a lightweight approach, properly configuring the base href in Blazor ensures smooth navigation and deployment for your application.
Hi,
May I know which version are you referring to? By right our templates are provided in HTML format and you can convert them to any format according to your project requirements.
If you need any further clarifications please do let us know.
Regards,
Sean