Skip to content

Commit 664bee5

Browse files
committed
Link domain framework defaults/project dependencies
1 parent dc6daff commit 664bee5

File tree

1 file changed

+4
-42
lines changed

1 file changed

+4
-42
lines changed

src/routes/docs/products/sites/migrations/vercel/+page.markdoc

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -159,49 +159,11 @@ Navigate to your site > **Settings** > **Build settings** and configure the foll
159159

160160
# Framework defaults
161161

162-
Appwrite automatically detects and applies default settings for popular frameworks:
162+
Appwrite automatically detects and applies default settings for popular frameworks like Next.js, Nuxt, SvelteKit, Angular, and Astro.
163163

164-
{% table %}
165-
- Framework
166-
- Install command
167-
- Build command
168-
- Output directory
169-
170-
---
171-
172-
- Next.js
173-
- `npm install`
174-
- `npm run build`
175-
- `./.next`
176-
177-
---
178-
179-
- Nuxt
180-
- `npm install`
181-
- `npm run build`
182-
- `./.output`
183-
184-
---
185-
186-
- SvelteKit
187-
- `npm install`
188-
- `npm run build`
189-
- `./build`
190-
191-
---
192-
193-
- Angular
194-
- `npm install`
195-
- `npm run build`
196-
- `./dist/angular/browser`
197-
198-
---
199-
200-
- Astro
201-
- `npm install`
202-
- `npm run build`
203-
- `./dist`
204-
{% /table %}
164+
{% arrow_link href="/docs/products/sites/develop#project-dependencies" %}
165+
Learn more about framework defaults and project dependencies
166+
{% /arrow_link %}
205167

206168
# Manage environment variables
207169

0 commit comments

Comments
 (0)