Skip to content

Commit 00b2683

Browse files
authored
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
1 parent b33ba08 commit 00b2683

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,10 +1121,7 @@ upload_source_maps = true
11211121

11221122
## Workers Sites
11231123

1124-
:::note[Cloudflare Pages]
1125-
1126-
Consider using [Cloudflare Pages](/pages/) for hosting static applications instead of Workers Sites.
1127-
:::
1124+
<Render file="workers_sites" />
11281125

11291126
[Workers Sites](/workers/configuration/sites/) allows you to host static websites, or dynamic websites using frameworks like Vue or React, on Workers.
11301127

0 commit comments

Comments
 (0)