You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/start/framework/react/hosting.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ However, since hosting is one of the most crucial aspects of your application's
16
16
> [!WARNING]
17
17
> The page is still a work in progress. We'll keep updating this page with guides on deployment to different hosting providers soon!
18
18
19
-
When a TanStack Start application is being deployed, the `target` value in the TanStack Start Vite plugin in the`vite.config.ts` file determines the deployment target. The deployment target can be set to one of the following values:
19
+
Once you've chosen a deployment target, you can follow the deployment guidelines below to deploy your TanStack Start application to the hosting provider of your choice:
20
20
21
-
-[`cloudflare-pages`](#cloudflare-workers): Deploy to Cloudflare Pages
21
+
-[`cloudflare-workers`](#cloudflare-workers): Deploy to Cloudflare Workers
22
22
-[`netlify`](#netlify): Deploy to Netlify
23
23
-[`vercel`](#vercel): Deploy to Vercel
24
24
-[`railway`](#nodejs--railway--docker): Deploy to Railway
@@ -27,8 +27,6 @@ When a TanStack Start application is being deployed, the `target` value in the T
27
27
-[`bun`](#bun): Deploy to a Bun server
28
28
- ... and more to come!
29
29
30
-
Once you've chosen a deployment target, you can follow the deployment guidelines below to deploy your TanStack Start application to the hosting provider of your choice.
0 commit comments