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

feat: support jsDelivr CDN to speedup static files #668

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

juzhiyuan
Copy link
Member

@juzhiyuan juzhiyuan commented Oct 21, 2021

resolve #504

Changes:

Use jsDelivr CDN to host static files, example:

From https://raw.githubusercontent.com/apache/apisix/master/docs/assets/images/requesturl.jpg to
https://cdn.jsdelivr.net/gh/apache/apisix@master/docs/assets/images/requesturl.jpg

It also supports something like https://cdn.jsdelivr.net/gh/apache/apisix@release/2.10.0/docs/assets/images/requesturl.jpg

jsDelivr: https://www.jsdelivr.com/?docs=gh

@juzhiyuan juzhiyuan merged commit 86a5a63 into master Oct 21, 2021
@juzhiyuan juzhiyuan deleted the juzhiyuan-patch-1 branch October 21, 2021 16:37
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.

support CDN to accelerate static files
3 participants