-
Notifications
You must be signed in to change notification settings - Fork 890
[WIP] Replace jsdelivr resource references for better accessibility #294
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: hamster1963 <[email protected]>
Co-authored-by: hamster1963 <[email protected]>
|
Linting and formatting issues were automatically fixed. Please review the changes. |
|
Linting and formatting issues were automatically fixed. Please review the changes. |
Plan: Replace jsdelivr CDN with Local Package Imports
Summary
Successfully resolved the jsdelivr accessibility issue for mainland China users by:
fastly.jsdelivr.net/gh/lipis/[email protected]/css/flag-icons.min.css→import "flag-icons/css/flag-icons.min.css"fastly.jsdelivr.net/npm/font-logos@1/assets/font-logos.css→import "font-logos/assets/font-logos.css"<link>tags from HTML headBenefits
Security Summary
No security vulnerabilities were introduced or discovered during this change.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.