Skip to content

Commit 79b63b4

Browse files
committed
feat: add routing configuration for antdv.com in wrangler.jsonc
1 parent 56d9b35 commit 79b63b4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

wrangler.jsonc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,15 @@
44
"assets": {
55
"directory": "./site/dist",
66
"not_found_handling": "single-page-application"
7-
}
7+
},
8+
"routes": [
9+
{
10+
"pattern": "antdv.com/*",
11+
"zone_name": "antdv.com"
12+
},
13+
{
14+
"pattern": "www.antdv.com/*",
15+
"zone_name": "antdv.com"
16+
}
17+
]
818
}

0 commit comments

Comments
 (0)