We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#cdn_url
1 parent e12ff01 commit b7cecfaCopy full SHA for b7cecfa
README.md
@@ -130,10 +130,11 @@ Using Uploadcare is simple, and here are the basics of handling files.
130
131
# CDN URL for the file
132
@uc_file.cdn_url
133
-# => "https://ucarecdn.com/dc99200d-9bd6-4b43-bfa9-aa7bfaefca40/your-file.png"
+# => "https://ucarecdn.com/dc99200d-9bd6-4b43-bfa9-aa7bfaefca40/"
134
+#
135
# With subdomains enabled:
136
# Uploadcare.config.use_subdomains = true
-# => "https://a1b2c3d4e5.ucarecdn.net/a771f854-c2cb-408a-8c36-71af77811f3b/"
137
+# => "https://a1b2c3d4e5.ucarecdn.net/dc99200d-9bd6-4b43-bfa9-aa7bfaefca40/"
138
```
139
140
The `store` option can have these possible values:
0 commit comments