Skip to content
New issue

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

Fix Deepseek assets path #76

Closed
wants to merge 1 commit into from
Closed

Conversation

ibelem
Copy link
Member

@ibelem ibelem commented Feb 19, 2025

The

     <script type="module" crossorigin src="/assets/index-D5M7JWjn.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-DuNL__1m.css">

in view-source:https://intel.github.io/web-ai-showcase/samples/deepseek-r1-webgpu/index.html is wrong.

Expected:

    <script type="module" crossorigin src="/web-ai-showcase/assets/index-D5M7JWjn.js"></script>
    <link rel="stylesheet" crossorigin href="/web-ai-showcase/assets/index-DuNL__1m.css">

I am not quite sure if this PR can fix the issue, try it now.

@ibelem ibelem requested a review from BruceDai February 19, 2025 07:23
@BruceDai
Copy link

LGTM, thanks!

@ibelem ibelem requested review from xujuntwt95329 and removed request for BruceDai February 19, 2025 07:27
Copy link

@xujuntwt95329 xujuntwt95329 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ibelem
Copy link
Member Author

ibelem commented Feb 19, 2025

Close this PR since I cannot approve myself.

@ibelem ibelem closed this Feb 19, 2025
@ibelem
Copy link
Member Author

ibelem commented Feb 19, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants