-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
I want to use the assets from my custom URL. For that, I added
window.CLIPPY_CDN = '/_content/PSC.Blazor.Components.Clippy/assets/agents/'
but it doesn't work. Also, I tried
clippy.load(agentName, agent => {
window.clippyAgent = agent;
agent.show();
}, undefined, '/_content/PSC.Blazor.Components.Clippy/assets/agents/');
In both cases, the assets are coming from s3.amazon.com.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels