Skip to content

Commit

Permalink
Fix example syntax for cloudinary image field (#5470)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelZaporozhets committed Apr 15, 2021
1 parent d8c04b5 commit 3c0b46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-next/pages/apis/fields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ export default config({
isRequired: true,
cloudinary: {
cloudName: process.env.CLOUDINARY_CLOUD_NAME,
apiKey: process.env.CLOUDINARY_API_KEY;
apiKey: process.env.CLOUDINARY_API_KEY,
apiSecret: process.env.CLOUDINARY_API_SECRET,
folder: process.env.CLOUDINARY_API_FOLDER,
},
Expand Down

1 comment on commit 3c0b46b

@vercel
Copy link

@vercel vercel bot commented on 3c0b46b Apr 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.