We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Related to #10
Sorry, something went wrong.
I created a fresh version of Clippy with a modern stack here. It uses typescript, rollupjs 2.x, and lazy loading modules (no cdn). Hope it helps!
No branches or pull requests
I want to use the assets from my custom URL. For that, I added
but it doesn't work. Also, I tried
In both cases, the assets are coming from s3.amazon.com.
The text was updated successfully, but these errors were encountered: