From 9df6990869a7e5ff93a3d80182777ae836e334bf Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Wed, 23 Jul 2025 12:22:19 +0200 Subject: [PATCH] docs[cloudflare] fix domain structure in skew protection --- pages/cloudflare/howtos/skew.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cloudflare/howtos/skew.mdx b/pages/cloudflare/howtos/skew.mdx index fe6e1a3..9c83491 100644 --- a/pages/cloudflare/howtos/skew.mdx +++ b/pages/cloudflare/howtos/skew.mdx @@ -57,7 +57,7 @@ The Worker needs to serve the correct version of the app assets. For that it nee The following environment variables should be set when the skew protection is used: - `CF_WORKER_NAME` should be set to the name of the worker, i.e. `my-app` given the config above. If you're using environment, the name of the app should contain your env, i.e. `my-app-` -- `CF_PREVIEW_DOMAIN` is the the subdomain of `workers.dev` where the previews are deployed, i.e. `..workers.dev` +- `CF_PREVIEW_DOMAIN` is the the subdomain of `workers.dev` where the previews are deployed, i.e. `-..workers.dev` - `CF_WORKERS_SCRIPTS_API_TOKEN` is an API token with the `Workers Scripts:Read` permission - `CF_ACCOUNT_ID` is the Cloudflare account id where the app is deployed.