Skip to content

Commit 7dcf5b5

Browse files
committed
wrangler: add routes
1 parent 377c860 commit 7dcf5b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

wrangler.jsonc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
"directory": "./public",
1919
"not_found_handling": "404-page"
2020
},
21+
"routes": [
22+
{
23+
"pattern": "ross.ch",
24+
"custom_domain": true
25+
},
26+
{
27+
"pattern": "www.ross.ch",
28+
"custom_domain": true
29+
}
30+
],
2131
"observability": {
2232
"enabled": true
2333
},

0 commit comments

Comments
 (0)