Skip to content

Commit 834c077

Browse files
ci: apply automated fixes
1 parent 401883c commit 834c077

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

docs/start/framework/react/guide/hosting.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,16 @@ Head to [Appwrite Cloud](https://cloud.appwrite.io) and sign up if you haven't a
393393

394394
In your Appwrite project, navigate to the **Sites** page from the sidebar. Click on the **Create site**, select **Connect a repository**, connect your GitHub account and select your repository.
395395

396-
1. Select the **production branch** and **root directory**
397-
2. Verify **TanStack Start** is selected as the framework
398-
3. Confirm the build settings:
396+
1. Select the **production branch** and **root directory**
397+
2. Verify **TanStack Start** is selected as the framework
398+
3. Confirm the build settings:
399+
400+
399401
- **Install command:** `npm install`
400402
- **Build command:** `npm run build`
401403
- **Output directory:** `./dist` (if you're using Nitro v2 or v3, this should be `./.output`)
402-
4. Add any required **environment variables**
403-
5. Click **Deploy**
404+
405+
4. Add any required **environment variables**
406+
5. Click **Deploy**
404407

405408
After successful deployment, click the **Visit site** button to see your deployed application.

docs/start/framework/solid/guide/hosting.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,16 @@ Head to [Appwrite Cloud](https://cloud.appwrite.io) and sign up if you haven't a
276276

277277
In your Appwrite project, navigate to the **Sites** page from the sidebar. Click on the **Create site**, select **Connect a repository**, connect your GitHub account and select your repository.
278278

279-
1. Select the **production branch** and **root directory**
280-
2. Verify **TanStack Start** is selected as the framework
281-
3. Confirm the build settings:
279+
1. Select the **production branch** and **root directory**
280+
2. Verify **TanStack Start** is selected as the framework
281+
3. Confirm the build settings:
282+
283+
282284
- **Install command:** `npm install`
283285
- **Build command:** `npm run build`
284286
- **Output directory:** `./dist` (if you're using Nitro v2 or v3, this should be `./.output`)
285-
4. Add any required **environment variables**
286-
5. Click **Deploy**
287+
288+
4. Add any required **environment variables**
289+
5. Click **Deploy**
287290

288291
After successful deployment, click the **Visit site** button to see your deployed application.

0 commit comments

Comments
 (0)