Skip to content

Commit 7344488

Browse files
committed
Move Workers runtime link
1 parent 94b61ea commit 7344488

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers/vite-plugin

1 file changed

+2
-2
lines changed

src/content/docs/workers/vite-plugin/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ sidebar:
66
description: A full-featured integration between Vite and the Workers runtime
77
---
88

9-
The Cloudflare Vite plugin enables a full-featured integration between [Vite](https://vite.dev/) and the Workers runtime.
9+
The Cloudflare Vite plugin enables a full-featured integration between [Vite](https://vite.dev/) and the [Workers runtime](/workers/runtime-apis/).
1010
Your Worker code runs inside [workerd](https://github.com/cloudflare/workerd), matching the production behavior as closely as possible and providing confidence as you develop and deploy your applications.
1111

1212
### Features
1313

14-
- Uses the Vite [Environment API](https://vite.dev/guide/api-environment) to integrate Vite with the [Workers runtime](/workers/runtime-apis/)
14+
- Uses the Vite [Environment API](https://vite.dev/guide/api-environment) to integrate Vite with the Workers runtime
1515
- Provides direct access to [Workers runtime APIs](/workers/runtime-apis/) and [bindings](/workers/runtime-apis/bindings/)
1616
- Builds your front-end assets for deployment to Cloudflare, enabling you to build static sites, SPAs, and full-stack applications
1717
- Official support for [React Router v7](https://reactrouter.com/) with server-side rendering

0 commit comments

Comments
 (0)