diff --git a/wrangler.toml b/wrangler.toml index 82f4752..17a10a1 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,3 +2,7 @@ name = "nekoai-api" main = "src/index.js" compatibility_date = "2026-03-12" workers_dev = true + +routes = [ + { pattern = "nekoai-api.git.llc", custom_domain = true } +]