From d8e833569f2aa2b45a22ed03d2c71e86ede10e86 Mon Sep 17 00:00:00 2001 From: Benjamin Tran Dinh Date: Fri, 24 Jan 2025 16:52:11 +0100 Subject: [PATCH] Update cloudflare.md (#98) --- deploy/cloudflare.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cloudflare.md b/deploy/cloudflare.md index 0ed8291..fe54912 100644 --- a/deploy/cloudflare.md +++ b/deploy/cloudflare.md @@ -65,7 +65,7 @@ Make a request for `/TILESET.json` to verify TileJSON is served. For the cache to work, the worker must be assigned a zone on your own domain, not `workers.dev`. -1. In **Settings > Triggers** for your Worker, **Add Custom Domain** e.g. `subdomain.mydomain.com`. This will create a DNS entry in your Cloudflare site. +1. In **Settings > Domains & Routes** for your Worker, add a **Custom Domain** e.g. `subdomain.mydomain.com`. This will create a DNS entry in your Cloudflare site. Verify your deployment is working by checking for the `Cf-Cache-Status` header with a value of `HIT` on successful (HTTP 200) requests.