feat: add optional response images with cloudinary

This commit is contained in:
Ari Kalfus
2022-12-02 18:05:06 -05:00
committed by GitHub
parent efc0918ad7
commit 0d95181b63
4 changed files with 30 additions and 1 deletions
+5
View File
@@ -64,6 +64,11 @@ params:
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
# Whether the fade animations on the home page will be enabled
animate: true