{ "$schema": "https://capsule-registry.pages.dev/schemas/install.v1.json", "files": [ { "from": "src/_headers", "to": "_headers" }, { "from": "src/_redirects", "to": "_redirects" }, { "from": "src/wrangler.toml.tmpl","to": "wrangler.toml" } ], "template_substitutions": [ { "file": "wrangler.toml", "vars": { "PROJECT_NAME": { "default": "my-artist-site", "from_arg": "project-name" }, "YL_DATA_ID": { "default": "REPLACE_ME_KV_ID", "from_arg": "kv-id" }, "YL_IMAGES_BUCKET": { "default": "my-artist-images", "from_arg": "r2-bucket" } } } ] }