Skip to content

Commit dc002b2

Browse files
nullcoderclaude
andcommitted
feat: enable smart placement for optimal global performance
Add smart placement configuration to automatically optimize Worker execution location based on traffic patterns and R2 bucket proximity. This reduces latency and improves user experience worldwide. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bd33d56 commit dc002b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wrangler.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ main = ".open-next/worker.js"
33
compatibility_date = "2024-12-01"
44
compatibility_flags = ["nodejs_compat"]
55

6+
# Smart placement for optimized global performance
7+
[placement]
8+
mode = "smart"
9+
610
# Custom domain
711
[[routes]]
812
pattern = "ghostpaste.dev"

0 commit comments

Comments
 (0)