Skip to content

feat: add S3 image host for app images#17145

Merged
wackerow merged 1 commit into
devfrom
feat/add-s3-image-host
Jan 23, 2026
Merged

feat: add S3 image host for app images#17145
wackerow merged 1 commit into
devfrom
feat/add-s3-image-host

Conversation

@minimalsm
Copy link
Copy Markdown
Contributor

Summary

  • Add s3-dcl1.ethquokkaops.io to Next.js remotePatterns configuration

Context

Imgur is blocked in the UK due to the Digital Safety Act, causing app images to be broken for UK users. This PR adds our self-hosted S3 storage as an allowed image host, enabling migration of app images from imgur to infrastructure we control.

Changes

  • Added S3 hostname to next.config.js remotePatterns (4 lines)

Test plan

  • Verify build succeeds
  • Verify images from s3-dcl1.ethquokkaops.io load correctly in Next.js Image component

Add s3-dcl1.ethquokkaops.io to Next.js remotePatterns to support
serving app images from self-hosted S3 storage instead of imgur.

This enables migrating app images away from imgur, which is blocked
in the UK due to the Digital Safety Act.
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 22, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 3e096a8
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/6972f9e9fc679acc088929c7
😎 Deploy Preview https://deploy-preview-17145.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 58 (🟢 up 5 from production)
Accessibility: 94 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the config ⚙️ Changes to configuration files label Jan 22, 2026
@minimalsm
Copy link
Copy Markdown
Contributor Author

Note: Once migration is verified working, we should remove i.imgur.com from remotePatterns as cleanup (no longer needed after all apps use S3 URLs).

@wackerow wackerow merged commit 171e675 into dev Jan 23, 2026
7 checks passed
@wackerow wackerow deleted the feat/add-s3-image-host branch January 23, 2026 12:55
@wackerow wackerow mentioned this pull request Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config ⚙️ Changes to configuration files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants