Skip to content

Commit c551bb9

Browse files
committed
chore: 新增路由配置以支援自訂域名
1 parent 2dd343c commit c551bb9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

wrangler.jsonc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
"head_sampling_rate": 1,
2222
},
2323
},
24+
"workers_dev": true,
25+
"routes": [
26+
{
27+
"pattern": "z.ccepr.dev",
28+
"custom_domain": true,
29+
"enabled": true,
30+
},
31+
],
2432
"upload_source_maps": true,
2533
"compatibility_flags": ["nodejs_compat"],
2634
"placement": { "mode": "smart" },

0 commit comments

Comments
 (0)