We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b037232 commit be861c6Copy full SHA for be861c6
products/images/wrangler.toml
@@ -2,12 +2,14 @@ name = "images"
2
type = "webpack"
3
account_id = "b54f07a6c269ecca2fa60f1ae4920c99" # cloudflare-docs.workers.dev
4
workers_dev = true
5
+kv_namespaces = [{ binding = "REDIRECTS", id = "fa21f9d866a14296b2d53f4ee161ab11", preview_id = "fa21f9d866a14296b2d53f4ee161ab11" }]
6
7
[env.production]
8
workers_dev = false
9
account_id = "b54f07a6c269ecca2fa60f1ae4920c99"
10
zone_id = "351cf9fc660523187714fa772ad5ca49"
11
route = "https://developers.cloudflare.com/images*"
12
+kv_namespaces = [{ binding = "REDIRECTS", id = "0821ddd66f4742bdbbb56593b8b43fd8", preview_id = "0821ddd66f4742bdbbb56593b8b43fd8" }]
13
14
[site]
15
bucket = ".docs/public/"
0 commit comments