mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
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:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user