mirror of https://gitlab.com/curben/blog
14 lines
307 B
TOML
14 lines
307 B
TOML
name = "cf-images"
|
|
main = "cf-images/index.js"
|
|
compatibility_date = "2024-09-23"
|
|
compatibility_flags = [ "nodejs_compat" ]
|
|
send_metrics = false
|
|
|
|
# worker
|
|
route = { pattern = "https://mdleom.com/images/*", zone_name = "mdleom.com" }
|
|
|
|
# pages function
|
|
[[services]]
|
|
binding = "CF_IMAGES"
|
|
service = "cf-images"
|