-
Notifications
You must be signed in to change notification settings - Fork 228
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
No documentation to change domain and subdomain #293
Comments
@chris480 if you have a cname on your account (available for our advance plan and higher) you can add it in the config by copy and paste from your dashboard. |
@shirlymanor So something like this?
|
Here is an example:
|
Isn't that the React setup? |
Hi @chris480, This should work: CloudinaryModule.forRoot({Cloudinary}, { cloud_name: 'your_cloud_name', cname: 'cdn.company.com' } as CloudinaryConfiguration), |
Thanks. |
I see that CloudinaryConfiguration has a field for cdn_domain
There is no clear way to set it as described in the documentation
Versions and Libraries (fill in the version numbers)
Angular Cloudinary SDK - 5.x
The text was updated successfully, but these errors were encountered: