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 cdn.jsdelivr.net access issue by switching to unpkg.com #464

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ly525
Copy link
Owner

@ly525 ly525 commented Aug 9, 2024

Related to #430

Replace cdn.jsdelivr.net with unpkg.com in the project files to address the issue of unstable access to cdn.jsdelivr.net.

  • back-end/h5-api/views/engine.ejs

    • Replace all instances of cdn.jsdelivr.net with unpkg.com for loading various scripts and stylesheets.
    • Update the QR code script source to use unpkg.com.
  • front-end/h5/public/index.html

    • Replace all instances of cdn.jsdelivr.net with unpkg.com for loading various scripts and stylesheets.

For more details, open the Copilot Workspace session.

Related to #430

Replace `cdn.jsdelivr.net` with `unpkg.com` in the project files to address the issue of unstable access to `cdn.jsdelivr.net`.

* **back-end/h5-api/views/engine.ejs**
  - Replace all instances of `cdn.jsdelivr.net` with `unpkg.com` for loading various scripts and stylesheets.
  - Update the QR code script source to use `unpkg.com`.

* **front-end/h5/public/index.html**
  - Replace all instances of `cdn.jsdelivr.net` with `unpkg.com` for loading various scripts and stylesheets.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ly525/luban-h5/issues/430?shareId=XXXX-XXXX-XXXX-XXXX).
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.

1 participant