Skip to content

Commit 6846903

Browse files
committed
Configure Worker custom domains
1 parent ff62056 commit 6846903

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

wrangler.jsonc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,15 @@
55
"assets": {
66
"directory": "./build",
77
"not_found_handling": "404-page"
8-
}
8+
},
9+
"routes": [
10+
{
11+
"pattern": "graphql-java.com",
12+
"custom_domain": true
13+
},
14+
{
15+
"pattern": "www.graphql-java.com",
16+
"custom_domain": true
17+
}
18+
]
919
}

0 commit comments

Comments
 (0)