Skip to content

Commit 6d191e0

Browse files
committed
add routes
1 parent 778bd7c commit 6d191e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/serving/wrangler.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ compatibility_flags = ["nodejs_compat"]
66

77
[[r2_buckets]]
88
binding = "BUCKET"
9-
bucket_name = "duckdb-extensions"
9+
bucket_name = "duckdb-extensions"
10+
11+
[[routes]]
12+
pattern = "duckdb.0xcaff.xyz"
13+
custom_domain = true

0 commit comments

Comments
 (0)