Skip to content

Instantly share code, notes, and snippets.

@achingachris
Last active May 20, 2022 12:47
Show Gist options
  • Save achingachris/b45727610cc583703903016b93400f9f to your computer and use it in GitHub Desktop.
Save achingachris/b45727610cc583703903016b93400f9f to your computer and use it in GitHub Desktop.
const video_urls = [
{
id: 1,
title: 'Video One',
video_url:
'https://res.cloudinary.com/chris101/video/upload/v1645684691/video_1.mp4',
},
{
id: 2,
title: 'Video Two',
video_url:
'https://res.cloudinary.com/chris101/video/upload/v1645684672/video_2.mp4',
},
{
id: 3,
title: 'Video Three',
video_url:
'https://res.cloudinary.com/chris101/video/upload/v1645684663/video_3.mp4',
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment