From 00b2683d42b15aaea548aa442d9eb0ce6ceabfe9 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Tue, 12 Nov 2024 05:55:53 -0600 Subject: [PATCH 1/2] 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 --- 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 9e5a14721a763de..e9e2b73128c14c1 100644 --- a/src/content/docs/workers/wrangler/configuration.mdx +++ b/src/content/docs/workers/wrangler/configuration.mdx @@ -1121,10 +1121,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. From ff2146c52d56ab2dd364361595803d7cd3762141 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Mon, 2 Dec 2024 09:44:47 +0000 Subject: [PATCH 2/2] Update src/content/docs/workers/wrangler/configuration.mdx --- src/content/docs/workers/wrangler/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/wrangler/configuration.mdx b/src/content/docs/workers/wrangler/configuration.mdx index e9e2b73128c14c1..0c82c7d4b2818d7 100644 --- a/src/content/docs/workers/wrangler/configuration.mdx +++ b/src/content/docs/workers/wrangler/configuration.mdx @@ -1121,7 +1121,7 @@ upload_source_maps = true ## Workers Sites - + [Workers Sites](/workers/configuration/sites/) allows you to host static websites, or dynamic websites using frameworks like Vue or React, on Workers.