fix: update customDomain in README files to include HTTPS protocol

- Changed the customDomain value from "cdn.example.com" to "https://cdn.example.com" in both English and Chinese README files for clarity and security.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-20 23:42:51 +08:00
parent 5963279f49
commit 8f2d6b8212
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ Create `builder.config.json` file for advanced configuration:
"bucket": "my-photos",
"region": "us-east-1",
"prefix": "photos/",
"customDomain": "cdn.example.com"
"customDomain": "https://cdn.example.com"
},
"options": {
"defaultConcurrency": 8,

View File

@@ -169,7 +169,7 @@ pnpm dev
"bucket": "my-photos",
"region": "us-east-1",
"prefix": "photos/",
"customDomain": "cdn.example.com"
"customDomain": "https://cdn.example.com"
},
"options": {
"defaultConcurrency": 8,