Skip to content

Commit d59d78c

Browse files
committed
docs: shorten header
1 parent fa29a79 commit d59d78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/25-build-and-deploy/60-adapter-cloudflare.md

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

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

189-
## Migrating from Workers Sites to Workers Static Assets
189+
## Migrating from Workers Sites
190190

191191
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:
192192

0 commit comments

Comments
 (0)