Skip to content

Commit 5d26342

Browse files
Sync kit docs (sveltejs#1250)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent abac5a3 commit 5d26342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/kit/25-build-and-deploy/60-adapter-cloudflare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ When deploying your application, the server generated by SvelteKit is bundled in
187187

188188
You can't use `fs` in Cloudflare Workers — you must [prerender](page-options#prerender) the routes in question.
189189

190-
## Migrating from Workers Sites to Workers Static Assets
190+
## Migrating from Workers Sites
191191

192192
Cloudflare no longer recommends using [Workers Sites](https://developers.cloudflare.com/workers/configuration/sites/configuration/) and instead recommends using [Workers Static Assets](https://developers.cloudflare.com/workers/static-assets/). To migrate, replace `@sveltejs/adapter-cloudflare-workers` with `@sveltejs/adapter-cloudflare` and remove all `site` configuration settings from your Wrangler configuration file, then add the `assets.directory` and `assets.binding` configuration settings:
193193

0 commit comments

Comments
 (0)