Skip to content

Commit 35fecc7

Browse files
committed
update wangler config
1 parent 8187546 commit 35fecc7

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

wrangler.jsonc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
"name": "website",
44
"compatibility_date": "2026-06-04",
55
"observability": {
6-
"enabled": true
6+
"enabled": true,
77
},
8+
"routes": [
9+
{
10+
"pattern": "shumai.one",
11+
"custom_domain": true,
12+
},
13+
],
814
"assets": {
9-
"not_found_handling": "single-page-application"
15+
"not_found_handling": "single-page-application",
1016
},
11-
"compatibility_flags": ["nodejs_compat"]
17+
"compatibility_flags": ["nodejs_compat"],
1218
}

0 commit comments

Comments
 (0)