Skip to content

feat: migrate image CDN default from decoims.com to assets.decocms.com - #495

Open
JonasJesus42 wants to merge 1 commit into
mainfrom
decoims-to-assets-decocms-migration
Open

feat: migrate image CDN default from decoims.com to assets.decocms.com#495
JonasJesus42 wants to merge 1 commit into
mainfrom
decoims-to-assets-decocms-migration

Conversation

@JonasJesus42

@JonasJesus42 JonasJesus42 commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Replace the legacy decoims.com CDN domain with assets.decocms.com, a drop-in replacement that is not blocked by firewalls or antivirus software.

Changes:

  • packages/blocks/src/hooks/Image.tsx: update default imageCdnDomain value and JSDoc
  • packages/blocks-cli/scripts/migrate/templates/routes.ts: update hardcoded preconnect hint emitted into generated __root.tsx

Sites that explicitly call registerImageCdnDomain() are unaffected.


Summary by cubic

Migrates the default image CDN from decoims.com to assets.decocms.com to avoid firewall/antivirus blocks. Old behavior: defaulted to decoims.com and emitted a preconnect to that domain; new behavior: defaults to assets.decocms.com and emits a matching preconnect. Sites using registerImageCdnDomain() are unaffected.

Written for commit d8e3ac9. Summary will update on new commits.

Review in cubic

Drop-in domain replacement to avoid firewall/antivirus blocks on decoims.com.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@JonasJesus42
JonasJesus42 requested a review from a team August 21, 2026 02:58
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.

1 participant