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 848b4cb commit 948d6c8Copy full SHA for 948d6c8
documentation/docs/25-build-and-deploy/60-adapter-cloudflare.md
@@ -237,7 +237,7 @@ export default config;
237
/// file: wrangler.toml
238
---site.bucket = ".cloudflare/public"---
239
+++assets.directory = ".cloudflare/public"
240
-assets.binding = "ASSETS"+++
+assets.binding = "ASSETS" # Exclude this if you don't have a `main` key configured.+++
241
```
242
243
### wrangler.jsonc
@@ -250,7 +250,7 @@ assets.binding = "ASSETS"+++
250
},---
251
+++ "assets": {
252
"directory": ".cloudflare/public",
253
- "binding": "ASSETS"
+ "binding": "ASSETS" // Exclude this if you don't have a `main` key configured.
254
}+++
255
}
256
0 commit comments