fix(cloudflare): use custom domain and remote R2 uploads

This commit is contained in:
Shantur Rathore
2026-01-22 16:29:23 +00:00
parent adbfab5c25
commit 43a476e967
2 changed files with 16 additions and 2 deletions

View File

@@ -2,6 +2,12 @@ name = "codenomad-ui-host"
main = "src/index.ts"
compatibility_date = "2026-01-22"
# Custom domain for the manifest host.
# Note: Custom domains apply to all paths on the hostname.
[[routes]]
pattern = "ui.codenomad.neuralnomads.ai"
custom_domain = true
[assets]
directory = "./dist"
binding = "ASSETS"