Skip to content

Commit bccecf1

Browse files
nullcoderclaude
andcommitted
feat: configure custom domain ghostpaste.dev in wrangler.toml
Add custom domain route configuration to enable the application to be accessible via ghostpaste.dev instead of just the Workers subdomain. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2fa4b95 commit bccecf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wrangler.toml

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

6+
# Custom domain
7+
[[routes]]
8+
pattern = "ghostpaste.dev"
9+
custom_domain = true
10+
611
# Static assets configuration for Workers
712
[assets]
813
directory = ".open-next/assets"

0 commit comments

Comments
 (0)