Skip to content

Commit 99334e6

Browse files
Update migrate-from-pages.mdx
1 parent 6ba82fa commit 99334e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/migration-guides/migrate-from-pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Now, with **Cloudflare Workers**:
8181

8282
:::note
8383

84-
If your Worker will only contain assets and no Worker script, then you should remove the `"binding": "ASSETS"` field from your Pages configuration file, since this is only valid if you have a Worker script indicated by a `"main"` property. See the [Assets binding](#assets-binding) section below.
84+
If your Worker will only contain assets and no Worker script, then you should remove the `"binding": "ASSETS"` field from your configuration file, since this is only valid if you have a Worker script indicated by a `"main"` property. See the [Assets binding](#assets-binding) section below.
8585

8686
:::
8787

0 commit comments

Comments
 (0)