Skip to content

Change window.CLIPPY_CDN doesn't work #11

@erossini

Description

@erossini

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions