-
Notifications
You must be signed in to change notification settings - Fork 57
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
Other options for cdn #42
Comments
@fawazahmed0 You can just setup a domain on cloudflare, activate caching via DNS settings (they configure their own proxy hosts). After that you can go to page rules ( 5 rules are free ) and create a cache everything rule. After that you have fully cached everything without limits. |
Thanks @PatrickHuetter, the fallback api uses cloudflare pages. Also I just want to avoid setting up a domain, because it will require renewal every year. |
I have added |
npm support(max tar.gz package size 200mb):
jsdelivr (doesn't work if package size > 100mb)
unpkg.com (this works fine)
cdnjs (not great, they store package in their repo)
cloudflare pages (20k files,25mb/file size limit) (not great, 20k files limit)
The text was updated successfully, but these errors were encountered: