We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1637908 commit 6695204Copy full SHA for 6695204
functions/process-url/process-url.js
@@ -12,7 +12,7 @@ exports.handler = async function(event, ctx) {
12
try {
13
// https://res.cloudinary.com/sector/image/upload/v1583637123/og-images/img-1.png
14
const imageUrl = cloudinary.url(
15
- `${process.env.CHRIS_IMAGE_VERSION}/og-images/img-1.png`,
+ `${process.env.CHRIS_IMAGE_VERSION}/og-images/img-2.png`,
16
{
17
// resouce_type: "raw"
18
sign_url: true,
0 commit comments