From 09e7f1de0d65817ca15db06320d7352b55a0fafc Mon Sep 17 00:00:00 2001 From: zimk Date: Mon, 23 Mar 2026 01:33:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=9F=9F=E5=90=8D=20nekoai-api.git.llc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 4 ++++ 1 file changed, 4 insertions(+) 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 } +]