Skip to content

Conversation

shreyasintax
Copy link

No description provided.

Copy link
Contributor

@aryansri-19 aryansri-19 left a comment

Choose a reason for hiding this comment

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

Please checkout a branch in this repo and make the changes instead of forking the repo.

@@ -13,6 +13,7 @@ const config = {
{ protocol: 'https', hostname: env.AWS_PUBLIC_S3_NAME },
{ protocol: 'https', hostname: env.AWS_PRIVATE_S3_NAME },
],
domains: ['images.unsplash.com'],
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't add domains for the images. Use pre-saved images in the s3.

Comment on lines +3 to +14
const dummyImages = [
'https://images.unsplash.com/photo-1451187580459-43490279c0fa',
'https://images.unsplash.com/photo-1495567720989-cebdbdd97913',
'https://images.unsplash.com/photo-1523050854058-8df90110c9f1',
'https://images.unsplash.com/photo-1472214103451-9374bd1c798e',
'https://images.unsplash.com/photo-1465101162946-4377e57745c3',
'https://images.unsplash.com/photo-1451187580459-43490279c0fa',
'https://images.unsplash.com/photo-1486308510493-aa648336b43b',
'https://images.unsplash.com/photo-1425321395722-b1dd54a97cf3',
'https://images.unsplash.com/photo-1495567720989-cebdbdd97913',

];
Copy link
Contributor

Choose a reason for hiding this comment

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

Use S3 images for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants