mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +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",
|
"bucket": "my-photos",
|
||||||
"region": "us-east-1",
|
"region": "us-east-1",
|
||||||
"prefix": "photos/",
|
"prefix": "photos/",
|
||||||
"customDomain": "cdn.example.com"
|
"customDomain": "https://cdn.example.com"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"defaultConcurrency": 8,
|
"defaultConcurrency": 8,
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ pnpm dev
|
|||||||
"bucket": "my-photos",
|
"bucket": "my-photos",
|
||||||
"region": "us-east-1",
|
"region": "us-east-1",
|
||||||
"prefix": "photos/",
|
"prefix": "photos/",
|
||||||
"customDomain": "cdn.example.com"
|
"customDomain": "https://cdn.example.com"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"defaultConcurrency": 8,
|
"defaultConcurrency": 8,
|
||||||
|
|||||||
Reference in New Issue
Block a user