Skip to content

Commit 7ce3922

Browse files
authored
Merge pull request #77 from draftbit/attach-custom-domain
Attach personas.draftbit.com as Worker custom domain
2 parents 71204a3 + 3d348bc commit 7ce3922

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

wrangler.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"name": "personas",
44
"compatibility_date": "2026-07-03",
5+
"routes": [
6+
{
7+
"pattern": "personas.draftbit.com",
8+
"custom_domain": true
9+
}
10+
],
511
"assets": {
612
"directory": "./dist",
713
"not_found_handling": "404-page"

0 commit comments

Comments
 (0)