Index.html Not Being Utilized in Radzen Blazor Studio WebAssembly Projects

Dear Radzen Support Team,

I am working with Radzen Blazor Studio to develop a Blazor WebAssembly application, and I've noticed that the index.html file is not being utilized as expected.

Issue
In typical Blazor WebAssembly projects, the index.html file located in the wwwroot folder is used to include custom JavaScript and CSS files. However, when I create a WebAssembly project using Radzen Blazor Studio, the index.html file does not seem to be loaded or used at all.

Impact
This behavior is causing issues because any scripts or styles added to index.html are not being executed, leading to confusion and troubleshooting challenges.

I would appreciate any clarification or guidance on how to properly include custom JavaScript and CSS files in a Radzen Blazor Studio WebAssembly project.

Thank you for your assistance.

Maybe you are referring standalone WebAssembly projects - we don’t have templates for such application type since there is no way to provide database access. The projects created by Radzen Blazor Studio are WebAssembly hosted in a .NET server application, check our getting started for details where to include custom CSS and JavaScript: