Skip to content

Commit 18f294b

Browse files
authored
Update src/content/docs/workers/local-development/remote-data.mdx
1 parent d2ae2db commit 18f294b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/local-development/remote-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
} from "~/components";
1717

1818
When developing Workers applications, you can use Wrangler's remote development mode (via [`wrangler dev --remote`](/workers/wrangler/commands/#dev)) to test your code on Cloudflare's global network before
19-
deploying to production. Remote development is [**not** supported in the Vite plugin](/workers/local-development/wrangler-vs-vite/).
19+
deploying to production. Remote development is [**not** supported in the Vite plugin](/workers/local-development/#choosing-between-wrangler-or-vite).
2020

2121
<PackageManagers type="exec" pkg="wrangler" args="dev --remote" />
2222

0 commit comments

Comments
 (0)