Skip to content

Commit

Permalink
fix: custom profile docs example (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-roch authored Jul 8, 2024
1 parent 637ed0d commit 3c728c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
playerWithDefaultProfile.source('sea_turtle');

const playerWithCustomProfile = await cloudinary.videoPlayerWithProfile('player-custom-profile', {
cloud_name: 'dwaq5xqm4',
profile: 'https://res.cloudinary.com/dwaq5xqm4/raw/upload/v1/profiles/default_profile.json',
cloud_name: 'prod',
profile: 'https://res.cloudinary.com/prod/raw/upload/v1/video-player/example-profiles/example-profile.json',
});

playerWithCustomProfile.source('samples/cld-sample-video');
Expand Down

0 comments on commit 3c728c1

Please sign in to comment.