Skip to content

Commit 04ccbb1

Browse files
authored
Apply suggestion from @adityaoberai
1 parent 763ebbe commit 04ccbb1

File tree

1 file changed

+1
-3
lines changed
  • src/routes/docs/products/sites/quick-start/tanstack-start

1 file changed

+1
-3
lines changed

src/routes/docs/products/sites/quick-start/tanstack-start/+page.markdoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ Connect your GitHub account and select the repository you intend to deploy (or a
4040
3. Confirm the **install command**, **build command**, and **output directory** in the build settings. The default build settings for TanStack Start are:
4141
- **Install command:** `npm install`
4242
- **Build command:** `npm run build`
43-
- **Output directory:**
44-
- `./.output` (if using the Nitro deployment adapter)
45-
- `./dist` (if not using a deployment adapter)
43+
- **Output directory:** `./dist` (if you're using Nitro v2 or v3, this should be `./.output`)
4644
4. Add any **environment variables** required by the site. This is not necessary if you're deploying the starter app.
4745

4846
Click on the **Deploy** button.

0 commit comments

Comments
 (0)