We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8187546 commit 35fecc7Copy full SHA for 35fecc7
1 file changed
wrangler.jsonc
@@ -3,10 +3,16 @@
3
"name": "website",
4
"compatibility_date": "2026-06-04",
5
"observability": {
6
- "enabled": true
+ "enabled": true,
7
},
8
+ "routes": [
9
+ {
10
+ "pattern": "shumai.one",
11
+ "custom_domain": true,
12
+ },
13
+ ],
14
"assets": {
- "not_found_handling": "single-page-application"
15
+ "not_found_handling": "single-page-application",
16
- "compatibility_flags": ["nodejs_compat"]
17
+ "compatibility_flags": ["nodejs_compat"],
18
}
0 commit comments