How to deploy a Blazor WASM custom element and call it from an spa application
I have created a custom element with blazor and I need to call it from another page, but I need to have this blazor custom element on a diferent domain, the problem is when I try to call it from another domain, It doesn’t load, It only runs when I manually copy de _framework and _content folders into the proyect that I want to insert the blazor custom element.