Skip to content

Commit f7e325c

Browse files
prdaid3varaja
andauthored
feat: add custom domain routes (#18)
Co-authored-by: Tharun Devaraja <154892351+d3varaja@users.noreply.github.com>
1 parent 753af4c commit f7e325c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wrangler.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@
2222
"enabled": true,
2323
},
2424
"placement": { "mode": "smart" },
25+
"routes": [
26+
{ "pattern": "rogue.crowai.dev", "custom_domain": true }
27+
],
2528
"env": {
2629
"dev": {
30+
"routes": [
31+
{ "pattern": "dev.rogue.crowai.dev", "custom_domain": true }
32+
],
2733
"kv_namespaces": [
2834
{
2935
"binding": "NEXT_INC_CACHE_KV",

0 commit comments

Comments
 (0)