Skip to content

Commit 324044e

Browse files
committed
add custom domain to wrangler config
1 parent 4c30edc commit 324044e

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

wrangler.jsonc

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@
2424
// see https://opennext.js.org/cloudflare/howtos/image
2525
"binding": "IMAGES"
2626
},
27-
"observability": {
28-
"logs": {
29-
"enabled": true,
30-
"invocation_logs": true
31-
}
32-
}
27+
"observability": {
28+
"logs": {
29+
"enabled": true,
30+
"invocation_logs": true
31+
}
32+
},
33+
"routes": [
34+
{
35+
"pattern": "devdogsuga.org",
36+
"custom_domain": true
37+
}
38+
]
3339
}

0 commit comments

Comments
 (0)