From 4ce9ada7335d33042f30a70a909bd02a52576258 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Mon, 2 Dec 2024 03:57:49 -0600 Subject: [PATCH] Update wrangler workers site to recommend workers static assets (#18119) * Update wrangler workers site to recommend workers static assets The following recommends Cloudflare Pages over Workers Sites, which is inconsistent with other documentation that recommends Workers Static Assets https://developers.cloudflare.com/workers/wrangler/configuration/#workers-sites * Update src/content/docs/workers/wrangler/configuration.mdx --------- Co-authored-by: ToriLindsay --- src/content/docs/workers/wrangler/configuration.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/content/docs/workers/wrangler/configuration.mdx b/src/content/docs/workers/wrangler/configuration.mdx index c604993c15861e8..b64f2738c520622 100644 --- a/src/content/docs/workers/wrangler/configuration.mdx +++ b/src/content/docs/workers/wrangler/configuration.mdx @@ -1191,10 +1191,7 @@ upload_source_maps = true ## Workers Sites -:::note[Cloudflare Pages] - -Consider using [Cloudflare Pages](/pages/) for hosting static applications instead of Workers Sites. -::: + [Workers Sites](/workers/configuration/sites/) allows you to host static websites, or dynamic websites using frameworks like Vue or React, on Workers.