Commit d502bf3
fix: use normalized domains in getMainCustomDomain()
getMainCustomDomain() was reading the raw configuration.domain,
so an empty string "" would be returned as-is, producing a URL
like "https://" instead of falling back to the CloudFront domain.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 10d0fc4 commit d502bf3
File tree
2 files changed
+9
-2
lines changed- src/constructs/aws
- test/unit
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
634 | 641 | | |
635 | 642 | | |
636 | 643 | | |
| |||
0 commit comments