File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed
src/routes/docs/products/sites/migrations/vercel Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -196,38 +196,9 @@ Vercel automatically provides system variables like `VERCEL_URL`. You'll need to
196
196
{% /section %}
197
197
198
198
# Appwrite system variables
199
-
200
199
Appwrite automatically injects these variables into your site:
201
200
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" /%}
231
202
232
203
# Handle redirects and rewrites
233
204
You can’t perform that action at this time.
0 commit comments