Skip to content

Commit c9baec9

Browse files
committed
Use partial for system env vars
1 parent 664bee5 commit c9baec9

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

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

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -196,38 +196,9 @@ Vercel automatically provides system variables like `VERCEL_URL`. You'll need to
196196
{% /section %}
197197

198198
# Appwrite system variables
199-
200199
Appwrite automatically injects these variables into your site:
201200

202-
{% table %}
203-
- Variable
204-
- Description
205-
- Available At
206-
207-
---
208-
209-
- `APPWRITE_SITE_API_ENDPOINT`
210-
- API endpoint of the site
211-
- Build & Runtime
212-
213-
---
214-
215-
- `APPWRITE_SITE_NAME`
216-
- Name of the site
217-
- Build & Runtime
218-
219-
---
220-
221-
- `APPWRITE_SITE_DEPLOYMENT`
222-
- Deployment ID
223-
- Build & Runtime
224-
225-
---
226-
227-
- `APPWRITE_SITE_PROJECT_ID`
228-
- Project ID
229-
- Build & Runtime
230-
{% /table %}
201+
{% partial file="sites-env-vars.md" /%}
231202

232203
# Handle redirects and rewrites
233204

0 commit comments

Comments
 (0)