What is the reason why I can't include the js in Blazor, I was following the documentation for installing the Kthemes in the main layout of my site but right now it's not working?
Thank you,
Ronnie
Hi Ronnie,
Thank you for reaching out to us.
Could you please specify which Metronic version you are using?
You can include your JS or CSS file globally by updating the configuration in Starterkit/_keenthemes/config/themesettings.json or you can load the file on your view using a script tag.
<script suppress-error="BL9992" src="@KTTheme.getAssetPath("js/custom/utilities/modals/create-project/main.js")"></script>